npm-registry
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -102,3 +102,3 @@ 'use strict'; | ||
add(normalize.packages(release, data)); | ||
add(normalize.packages(data, release)); | ||
}); | ||
@@ -128,4 +128,4 @@ | ||
}).reduce(function reduce(memo, release) { | ||
memo[release.tag || release.version] = release; | ||
return memo; | ||
memo[release.tag || release.version] = release; | ||
return memo; | ||
}, {}); | ||
@@ -132,0 +132,0 @@ }; |
{ | ||
"name": "npm-registry", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "An high available npm registry client", | ||
@@ -31,3 +31,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"debug": "0.7.x", | ||
"debug": "0.8.x", | ||
"extract-github": "0.0.x", | ||
@@ -34,0 +34,0 @@ "licenses": "0.0.x", |
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
30620
Updateddebug@0.8.x