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

pouchdb-collate

Package Overview
Dependencies
Maintainers
0
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 8.0.1 to 9.0.0

2

lib/index.es.js

@@ -179,3 +179,3 @@ function pad(str, padWith, upToLength) {

}
return {num: num, length : i - originalIdx};
return {num, length : i - originalIdx};
}

@@ -182,0 +182,0 @@

@@ -183,3 +183,3 @@ 'use strict';

}
return {num: num, length : i - originalIdx};
return {num, length : i - originalIdx};
}

@@ -186,0 +186,0 @@

{
"name": "pouchdb-collate",
"version": "8.0.1",
"version": "9.0.0",
"description": "Collation functions for PouchDB map/reduce",

@@ -18,10 +18,8 @@ "main": "lib/index.js",

"license": "Apache-2.0",
"jsnext:main": "./lib/index.es.js",
"module": "./lib/index.es.js",
"dependencies": {},
"module": "./lib/index.es.js",
"files": [
"lib",
"dist",
"tonic-example.js"
"dist"
]
}
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