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 7.0.1 to 7.0.2

6

CHANGELOG.md

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

## v7.0.2
- [fix] Fix regression on tokenizer producing blank terms when multiple
contiguous spaces or punctuation characters are present in the input,
introduced in `v7.0.0`.
## v7.0.1

@@ -7,0 +13,0 @@

2

package.json
{
"name": "minisearch",
"version": "7.0.1",
"version": "7.0.2",
"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@7.0.1/dist/umd/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/minisearch@7.0.2/dist/umd/index.min.js"></script>
```

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