npm-registry-client
Advanced tools
Comparing version 0.2.24 to 0.2.25
@@ -54,3 +54,3 @@ | ||
data["dist-tags"].latest = | ||
Object.getOwnPropertyNames(versions).sort(semver.compare).pop() | ||
Object.getOwnPropertyNames(versions).sort(semver.compareLoose).pop() | ||
} | ||
@@ -57,0 +57,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Client for the npm registry", | ||
"version": "0.2.24", | ||
"version": "0.2.25", | ||
"repository": { | ||
@@ -17,3 +17,3 @@ "url": "git://github.com/isaacs/npm-registry-client" | ||
"graceful-fs": "~1.2.0", | ||
"semver": "~1.1.0", | ||
"semver": "~2.0.5", | ||
"slide": "~1.1.3", | ||
@@ -20,0 +20,0 @@ "chownr": "0", |
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
68429
+ Addedsemver@2.0.11(transitive)
- Removedsemver@1.1.4(transitive)
Updatedsemver@~2.0.5