just-compact
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "just-compact", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "returns a copy of an array with falsey values removed", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
## just-compact | ||
Part of a [library](../../../../) of zero-dependency npm modules that do just do one thing. | ||
Part of a [library](https://anguscroll.com/just) of zero-dependency npm modules that do just do one thing. | ||
Guilt-free utilities for every occasion. | ||
[Try it now](http://anguscroll.com/just/just-compact) | ||
[`🍦 Try it`](https://anguscroll.com/just/just-compact) | ||
```shell | ||
npm install just-compact | ||
``` | ||
```shell | ||
yarn add just-compact | ||
``` | ||
Returns a copy of an array with falsey values removed | ||
```js | ||
@@ -9,0 +18,0 @@ import compact from 'just-compact'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4476
25