New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pouchdb-quick-search

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-quick-search - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.idea/.name

0

bin/dev-server.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ {

3

lib/index.js

@@ -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 @@ '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

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