Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@common-utilities/filter-array

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-utilities/filter-array - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

package.json
{
"name": "@common-utilities/filter-array",
"version": "0.1.2",
"version": "0.1.3",
"description": "A basic implementation of the common utility function, filter-array 🧹",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

],
"gitHead": "0c2892395dbb2963f10f5cddda5b311591d2dbad"
"gitHead": "306640dddfb574cc3958dd3b312fdae5c8933d5f"
}

@@ -10,25 +10,2 @@ # @common-utilities/filter-array 🧰🧹

## Install
```bash
yarn add @common-utilities/filter-array -D
```
## Usage
```javascript
filterArray(['test', 'test', 'foo', 'bar', 'biz'])
// ['test', 'foo', 'bar', 'biz'])
```
---
## Common Utilities 🧰
**No cruft. No bloat. No dependencies.**
Simple, typed, functional, documented, and tested javascript utility functions.
---
View other [common utilities](https://github.com/yowainwright/common-utilities).
Check out the [filter-array page](https://www.common-utilities.com/utilities/packages/filter-array) in the [docs](https://www.common-utilities.com)! License, MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc