Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.3.0 to 1.3.1

2

bower.json
{
"name": "fuse.js",
"version": "1.3.0",
"version": "1.3.1",
"main": "./src/fuse.js",

@@ -5,0 +5,0 @@ "ignore": [

{
"name": "fuse.js",
"author": "Kirollos Risk",
"version": "1.3.0",
"version": "1.3.1",
"description": "Lightweight fuzzy-search",

@@ -6,0 +6,0 @@ "license": "Apache",

@@ -460,5 +460,5 @@ /**

// Then include the includes
for(var i = 0; i < options.include.length; i++)
for(var j = 0; j < options.include.length; j++)
{
var includeVal = options.include[i];
var includeVal = options.include[j];
resultItem[includeVal] = rawResults[i][includeVal];

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