Socket
Socket
Sign inDemoInstall

fuse.js

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuse.js - npm Package Compare versions

Comparing version 6.5.0 to 6.5.1

7

CHANGELOG.md

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

### [6.5.1](https://github.com/krisk/Fuse/compare/v6.5.0...v6.5.1) (2021-12-23)
### Bug Fixes
* rollback min node version ([9918f67](https://github.com/krisk/Fuse/commit/9918f67ba9b6b9b54e53576312fa33a51f428a9d))
## [6.5.0](https://github.com/krisk/Fuse/compare/v6.4.6...v6.5.0) (2021-12-22)

@@ -7,0 +14,0 @@

4

dist/fuse.basic.common.js
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*

@@ -1454,3 +1454,3 @@ * Copyright (c) 2021 Kiro Risk (http://kiro.me)

Fuse$1.version = '6.5.0';
Fuse$1.version = '6.5.1';
Fuse$1.createIndex = createIndex;

@@ -1457,0 +1457,0 @@ Fuse$1.parseIndex = parseIndex;

/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*

@@ -1241,3 +1241,3 @@ * Copyright (c) 2021 Kiro Risk (http://kiro.me)

Fuse.version = '6.5.0';
Fuse.version = '6.5.1';
Fuse.createIndex = createIndex;

@@ -1244,0 +1244,0 @@ Fuse.parseIndex = parseIndex;

/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*

@@ -4,0 +4,0 @@ * Copyright (c) 2021 Kiro Risk (http://kiro.me)

/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*

@@ -1458,3 +1458,3 @@ * Copyright (c) 2021 Kiro Risk (http://kiro.me)

Fuse$1.version = '6.5.0';
Fuse$1.version = '6.5.1';
Fuse$1.createIndex = createIndex;

@@ -1461,0 +1461,0 @@ Fuse$1.parseIndex = parseIndex;

/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*

@@ -4,0 +4,0 @@ * Copyright (c) 2021 Kiro Risk (http://kiro.me)

@@ -1,2 +0,2 @@

// Type definitions for Fuse.js v6.5.0
// Type definitions for Fuse.js v6.5.1
// TypeScript v4.5.4

@@ -3,0 +3,0 @@

/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*

@@ -1773,3 +1773,3 @@ * Copyright (c) 2021 Kiro Risk (http://kiro.me)

Fuse.version = '6.5.0';
Fuse.version = '6.5.1';
Fuse.createIndex = createIndex;

@@ -1776,0 +1776,0 @@ Fuse.parseIndex = parseIndex;

/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*

@@ -4,0 +4,0 @@ * Copyright (c) 2021 Kiro Risk (http://kiro.me)

/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*

@@ -4,0 +4,0 @@ * Copyright (c) 2021 Kiro Risk (http://kiro.me)

@@ -17,3 +17,3 @@ {

],
"version": "6.5.0",
"version": "6.5.1",
"description": "Lightweight fuzzy-search",

@@ -103,4 +103,4 @@ "license": "Apache-2.0",

"engines": {
"node": ">=14"
"node": ">=10"
}
}

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