Socket
Socket
Sign inDemoInstall

fuzzy-array-filter

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

5

index.js
var Fuse = require('fuse.js');
var fuzzyFilter = function(value, options) {
if (!value) {
return function() {
return true;
}
}
if (!options) {

@@ -5,0 +10,0 @@ options = {};

2

package.json
{
"name": "fuzzy-array-filter",
"version": "0.1.1",
"version": "0.1.2",
"description": "A simple fuzzy array prototype filter",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ # fuzzy-array-filter

## How to use it : Simple
## How to use it : Simple data structure

@@ -16,0 +16,0 @@ ### Basics

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc