Socket
Socket
Sign inDemoInstall

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-beta.1 to 6.0.0

11

CHANGELOG.md

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

# v6.0.0 (unreleased)
# v6.0.0
This is a major release. The most notable change is the addition of `discard`,
`discardAll`, and `replace`. These method make it more convenient and performant
to remove or replace documents. This release is almost completely backwards
compatible with `v5`, apart from one breaking change in the behavior of `add`
when the document ID already exists.
to remove or replace documents.
This release is almost completely backwards compatible with `v5`, apart from one
breaking change in the behavior of `add` when the document ID already exists.
Changes:
- [breaking change] `add`, `addAll`, and `addAllAsync` now throw an error on

@@ -15,0 +18,0 @@ duplicate document IDs. When necessary, it is now possible to check for the

{
"name": "minisearch",
"version": "6.0.0-beta.1",
"version": "6.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@5.1.0/dist/umd/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/minisearch@6.0.0/dist/umd/index.min.js"></script>
```

@@ -91,0 +91,0 @@

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