# mfitbs-js-utils

> Utils package

Latest version **1.0.12** (published 2019-09-02) · Apache License 2.0 license · 0 weekly downloads

## Install

```sh
npm install mfitbs-js-utils
pnpm add mfitbs-js-utils
yarn add mfitbs-js-utils
bun add mfitbs-js-utils
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.12 |
| Published | 2019-09-02 |
| First published | 2019-09-01 |
| Weekly downloads | 0 |
| License | Apache License 2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 56.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Marcin Faryna |
| Maintainers | mfaryna |
| Keywords | private method, java, private access, access private members, public to private, private methods es6, private methods es6 class, method scoping, field scope, field scoping, utility, helper |

## Links

- npm: https://www.npmjs.com/package/mfitbs-js-utils
- Repository: https://github.com/farynam/mfitbs-js-utils
- Homepage: https://github.com/farynam/mfitbs-js-utils#readme
- Issues: https://github.com/farynam/mfitbs-js-utils/issues
- npm.io page: https://npm.io/package/mfitbs-js-utils

## Dependencies (3)

- [@babel/cli](https://npm.io/package/@babel/cli.md) ^7.2.3
- [babel-core](https://npm.io/package/babel-core.md) ^6.26.3
- [@babel/node](https://npm.io/package/@babel/node.md) 7.5.0

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.0.12 (latest) — 2019-09-02
- 1.0.11 — 2019-09-02
- 1.0.10 — 2019-09-01
- 1.0.9 — 2019-09-01
- 1.0.8 — 2019-09-01
- 1.0.7 — 2019-09-01
- 1.0.6 — 2019-09-01
- 1.0.5 — 2019-09-01
- 1.0.4 — 2019-09-01
- 1.0.3 — 2019-09-01
- 1.0.2 — 2019-09-01
- 1.0.1 — 2019-09-01
- 1.0.0 — 2019-09-01

## README

# mfitbs-js-utils
Useful Util functions. 


# Objectify
Solves problems:
- private methods for es6 classes 
- access private -> public
- access public -> private
- access private object fields
- access public fields from private methods

disallows access:
- private methods outside a module
- private fields outside a module

# Usage

in module "example".

---
_Source: https://npm.io/package/mfitbs-js-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
