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

pouchdb-collate

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-collate - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

6

lib/index.js

@@ -53,2 +53,6 @@ 'use strict';

}
if (typeof x === 'undefined') {
// CouchDB indexes both null/undefined as null
return 1;
}
}

@@ -62,3 +66,3 @@ module.exports = pouchCollate;

}
if (a === null) {
if (a === null || typeof a === 'undefined') {
return 0;

@@ -65,0 +69,0 @@ }

2

package.json
{
"name": "pouchdb-collate",
"version": "0.1.1",
"version": "0.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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