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

9

CHANGELOG.md

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

## v7.0.1
- [fix] Fix type definitions directory in `package.json` (by
[@brenoepics](https://github.com/brenoepics)
- [fix] Remove redundant versions of distribution files and simplify build
## v7.0.0

@@ -11,3 +17,4 @@

most notably Internet Explorer 11 and earlier (by now well below 1% global
usage according to https://caniuse.com).
usage according to https://caniuse.com). Among other benefits, this reduces the
package size (from 8.8KB to 5.8KB minified and gzipped).

@@ -14,0 +21,0 @@ - [breaking change] Target ES6 (ES2015) and later, dropping support for

6

package.json
{
"name": "minisearch",
"version": "7.0.0",
"version": "7.0.1",
"description": "Tiny but powerful full-text search engine for browser and Node",
"main": "dist/umd/index.js",
"module": "dist/es5m/index.js",
"module": "dist/es/index.js",
"es2015": "dist/es/index.js",

@@ -23,3 +23,3 @@ "type": "module",

"jsdelivr": "./dist/umd/index.js",
"types": "./dist/types/index.d.ts",
"types": "./dist/es/index.d.ts",
"author": "Luca Ongaro",

@@ -26,0 +26,0 @@ "homepage": "https://lucaong.github.io/minisearch/",

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

```html
<script src="https://cdn.jsdelivr.net/npm/minisearch@6.3.0/dist/umd/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/minisearch@7.0.1/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