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

minisearch

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minisearch - npm Package Versions

1
9

2.5.1

Diff

Changelog

Source

v2.5.1

  • [fix] Fix document removal when using a custom extractField function (thanks @ahri for reporting and reproducting)
lucaong
published 2.5.0 •

Changelog

Source

v2.5.0

  • Make idField extraction customizeable and consistent with other fields, using extractField
lucaong
published 2.4.1 •

Changelog

Source

v2.4.1

  • [fix] Fix issue with the term constructor (reported by @scambier)

    • [fix] Fix issues when a field is named like a default property of JavaScript objects
lucaong
published 2.4.0 •

Changelog

Source

v2.4.0

  • Convert field value to string before tokenization and indexing. This makes a custom field extractor unnecessary for basic cases like integers or simple arrays.
lucaong
published 2.3.1 •

Changelog

Source

v2.3.1

  • Version v2.3.1 mistakenly did not contain the commit adding removeAll, this patch release fixes it.
lucaong
published 2.3.0 •

Changelog

Source

v2.3.0

  • Add removeAll method, to remove many documents, or all documents, at once.
lucaong
published 2.2.2 •

Changelog

Source

v2.2.2

  • Avoid destructuring variables named with an underscore prefix. This plays nicer to some common minifier and builder configurations.

    • Performance improvement in getDefault (by stalniy)

    • Fix the linter setup, to ensure code style consistency

lucaong
published 2.2.1 •

Changelog

Source

v2.2.1

  • Add "sideEffects": false to package.json to allow bundlers to perform tree shaking
lucaong
published 2.2.0 •

Changelog

Source

v2.2.0

  • [fix] Fix documentation of SearchableMap.prototype.atPrefix (by @graphman65)
    • Switch to Rollup for bundling (by stalniy), reducing size of build and providing ES6 and ES5 module versions too.
lucaong
published 2.1.4 •

Changelog

Source

v2.1.4

  • [fix] Fix document removal in presence of custom per field tokenizer, field extractor, or term processor (thanks @CaptainChaos)
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