Comparing version 7.1.0 to 7.1.1
# changes log | ||
## 7.1.0 | ||
* Add `require('semver/preload')` to load the entire module without using | ||
lazy getter methods. | ||
## 7.0.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "semver", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "The semantic version parser used by npm.", | ||
@@ -28,3 +28,4 @@ "main": "index.js", | ||
"ranges", | ||
"index.js" | ||
"index.js", | ||
"preload.js" | ||
], | ||
@@ -31,0 +32,0 @@ "tap": { |
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
75395
49
1632