pouchdb-collate
Advanced tools
Comparing version 7.2.2 to 7.3.0
@@ -18,3 +18,3 @@ function pad(str, padWith, upToLength) { | ||
var MAGNITUDE_DIGITS = 3; // ditto | ||
var SEP = ''; // set to '_' for easier debugging | ||
var SEP = ''; // set to '_' for easier debugging | ||
@@ -71,3 +71,3 @@ function collate(a, b) { | ||
for (var k in origKey) { | ||
if (origKey.hasOwnProperty(k)) { | ||
if (Object.prototype.hasOwnProperty.call(origKey, k)) { | ||
var val = origKey[k]; | ||
@@ -74,0 +74,0 @@ if (typeof val !== 'undefined') { |
@@ -22,3 +22,3 @@ 'use strict'; | ||
var MAGNITUDE_DIGITS = 3; // ditto | ||
var SEP = ''; // set to '_' for easier debugging | ||
var SEP = ''; // set to '_' for easier debugging | ||
@@ -75,3 +75,3 @@ function collate(a, b) { | ||
for (var k in origKey) { | ||
if (origKey.hasOwnProperty(k)) { | ||
if (Object.prototype.hasOwnProperty.call(origKey, k)) { | ||
var val = origKey[k]; | ||
@@ -78,0 +78,0 @@ if (typeof val !== 'undefined') { |
{ | ||
"name": "pouchdb-collate", | ||
"version": "7.2.2", | ||
"version": "7.3.0", | ||
"description": "Collation functions for PouchDB map/reduce", | ||
@@ -12,2 +12,7 @@ "main": "lib/index.js", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pouchdb/pouchdb.git", | ||
"directory": "packages/node_modules/pouchdb-collate" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -14,0 +19,0 @@ "jsnext:main": "./lib/index.es.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
36193
0
1