Socket
Socket
Sign inDemoInstall

fuse.js

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuse.js - npm Package Versions

1
12

2.4.1

Diff

krisk
published 2.4.0 •

krisk
published 2.3.0 •

Changelog

Source

Version 2.3.0

  • Added token separator to options, when tokenize:true (#93)
  • General code clean up (#88)
  • Bunch of other bug fixes
krisk
published 2.2.0 •

Changelog

Source

Version 2.2.0

  • Added option to include matched indices (#6)
  • Added ability to search with weighted keys (#62)
krisk
published 2.1.0-beta •

Changelog

Source

Version 2.1.0-beta

  • Added ability to search with weighted keys (#62)
krisk
published 2.0.2 •

krisk
published 2.0.1 •

krisk
published 2.0.0 •

Changelog

Source

Version 2.0.0

  • Modified search algorithm to search individual words AND the full string, computing the final score as a function of both. This yields better scoring accuracy (#41)
  • Changed exact substrings to not have a score of zero. That is searching for "hell" in "hello" will not yield a score of zero, while searching for "hello" will (#63)
  • Added verbose option, which will print to the console useful information, mostly for debugging
  • Improved code structure.
  • Added version information within Fuse itself
  • Added this Changelog (#64)
  • Added fallback when pattern length is greater than machine word length (i.e, > 32 characters) (#38)
  • Allowed results with a value of 0 to be returned (#73)
krisk
published 1.3.1 •

krisk
published 1.3.0 •

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