esm-semver
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "esm-semver", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "The semantic version parser used by npm.", | ||
"main": "index.mjs", | ||
"main": "dist/semver.cjs.js", | ||
"module": "dist/semver.esm-bundler.js", | ||
"unpkg": "dist/semver.umd.js", | ||
"types": "index.d.ts", | ||
@@ -10,2 +12,3 @@ "scripts": { | ||
"snap": "tap", | ||
"build": "rollup --config", | ||
"preversion": "npm test", | ||
@@ -25,3 +28,8 @@ "postversion": "npm publish", | ||
"opener": "^1.5.2", | ||
"tap": "^16.0.0" | ||
"tap": "^16.0.0", | ||
"rollup": "^2.67.2", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.1.3" | ||
}, | ||
@@ -38,2 +46,3 @@ "license": "ISC", | ||
"bin/", | ||
"dist/", | ||
"classes/", | ||
@@ -56,3 +65,3 @@ "functions/", | ||
"@types/semver": "^7.3.12", | ||
"lru-cache": "^7.0.0" | ||
"lru-cache": "7.14.0" | ||
}, | ||
@@ -59,0 +68,0 @@ "author": "Imtaotao", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
299856
54
9151
9
1
+ Addedlru-cache@7.14.0(transitive)
- Removedlru-cache@7.18.3(transitive)
Updatedlru-cache@7.14.0