pouchdb-quick-search
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ { |
@@ -14,2 +14,3 @@ 'use strict'; | ||
var Promise = utils.Promise; | ||
var stringify = require('json-stable-stringify'); | ||
@@ -152,3 +153,3 @@ var indexes = {}; | ||
var persistedIndexName = 'search-' + utils.MD5(JSON.stringify(indexParams)); | ||
var persistedIndexName = 'search-' + utils.MD5(stringify(indexParams)); | ||
@@ -155,0 +156,0 @@ var mapFun = createMapFunction(fieldBoosts, index, filter, pouch); |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "pouchdb-quick-search", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "PouchDB Quick Search - persisted full-text search for PouchDB", | ||
@@ -38,2 +38,3 @@ "main": "lib/index.js", | ||
"inherits": "~2.0.1", | ||
"json-stable-stringify": "^1.0.1", | ||
"lie": "^2.6.0", | ||
@@ -40,0 +41,0 @@ "lunr": "0.7.1", |
@@ -0,0 +0,0 @@ PouchDB Quick Search |
@@ -0,0 +0,0 @@ (function () { |
@@ -0,0 +0,0 @@ /*! |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /*! |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ /*jshint expr:true */ |
@@ -0,0 +0,0 @@ /* global mocha: true */ |
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 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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
2286734
45
52243
11
39
14
+ Addedjson-stable-stringify@^1.0.1
+ Addedcall-bind@1.0.8(transitive)
+ Addedcall-bind-apply-helpers@1.0.1(transitive)
+ Addedcall-bound@1.0.3(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addeddunder-proto@1.0.1(transitive)
+ Addedes-define-property@1.0.1(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedes-object-atoms@1.1.1(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.7(transitive)
+ Addedget-proto@1.0.1(transitive)
+ Addedgopd@1.2.0(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedisarray@2.0.5(transitive)
+ Addedjson-stable-stringify@1.2.1(transitive)
+ Addedjsonify@0.0.1(transitive)
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedset-function-length@1.2.2(transitive)