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 6.0.0 to 6.0.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

# v6.0.1
- [fix] The `boost` search option now does not interfere with the `fields`
search option: if `fields` is specified, boosting a field that is not
included in `fields` has no effect, and will not include such boosted field
in the search.
- [fix] When using `search` with a `QuerySpec`, the `combineWith` option is
now properly taking its default from the `SearchOptions` given as the second
argument.
# v6.0.0

@@ -7,0 +17,0 @@

6

package.json
{
"name": "minisearch",
"version": "6.0.0",
"version": "6.0.1",
"description": "Tiny but powerful full-text search engine for browser and Node",

@@ -43,3 +43,4 @@ "main": "dist/umd/index.js",

"devDependencies": {
"@rollup/plugin-typescript": "^9.0.2",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/benchmark": "^2.1.1",

@@ -62,3 +63,2 @@ "@typescript-eslint/eslint-plugin": "^5.26.0",

"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-terser": "^7.0.0",
"snazzy": "^9.0.0",

@@ -65,0 +65,0 @@ "ts-jest": "^29.0.3",

@@ -65,3 +65,3 @@ # MiniSearch

```
npm install --save minisearch
npm install minisearch
```

@@ -89,3 +89,3 @@

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

@@ -92,0 +92,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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