pouchdb-collate
Advanced tools
Comparing version 8.0.1 to 9.0.0
@@ -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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36121