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

fuzzyjs

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuzzyjs - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

fuzzy.d.ts

1

build/fuzzy.js

@@ -19,3 +19,2 @@ 'use strict';

*/
test: function test(q, str) {

@@ -22,0 +21,0 @@ var caseSensitive = arguments.length <= 2 || arguments[2] === undefined ? false : arguments[2];

{
"name": "fuzzyjs",
"version": "2.0.0",
"description": "Fuzzy.js is a fuzzy search algorithm in javascript",
"version": "2.1.0",
"description": "fuzzyjs is a fuzzy search algorithm in javascript",
"main": "build/fuzzy.js",

@@ -40,3 +40,7 @@ "directories": {

},
"homepage": "https://github.com/gjuchault/fuzzyjs#readme"
"homepage": "https://github.com/gjuchault/fuzzyjs#readme",
"typings": "./fuzzy.d.ts",
"typescript": {
"definition": "./fuzzy.d.ts"
}
}

@@ -6,3 +6,3 @@ # fuzzyjs #

fuzzyjs is a fuzzy search algorithm in javascript. It fits in 577 bytes compressed (~400 bytes gzipped).
fuzzyjs is a fuzzy search algorithm in javascript.

@@ -9,0 +9,0 @@ ## License ##

Sorry, the diff of this file is not supported yet

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