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 Compare versions

Comparing version 5.0.0-beta3 to 5.0.0

12

CHANGELOG.md

@@ -5,10 +5,8 @@ # Changelog

# v5.0.0-beta3
# v5.0.0
This is a beta release of `v5.0.0`. The main change is an improved scoring
algorithm. The beta is generally stable, but the improvements to the scoring
algorithm will cause the sorting of search results to be different than in
previous versions (generally better), and need less aggressive boosting. For
feedback about this beta release, please use [this
issue](https://github.com/lucaong/minisearch/issues/142).
This is a major release. The main change is an improved scoring algorithm based
on [BM25+](https://en.wikipedia.org/wiki/Okapi_BM25). The new algorithm will
cause the scoring and sorting of search results to be different than in previous
versions (generally better), and need less aggressive boosting.

@@ -15,0 +13,0 @@ - [breaking change] Use the [BM25+

{
"name": "minisearch",
"version": "5.0.0-beta3",
"version": "5.0.0",
"description": "Tiny but powerful full-text search engine for browser and Node",

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

@@ -88,3 +88,3 @@ # MiniSearch

```html
<script src="https://cdn.jsdelivr.net/npm/minisearch@4.0.3/dist/umd/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/minisearch@5.0.0/dist/umd/index.min.js"></script>
```

@@ -91,0 +91,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