@bundled-es-modules/cookie
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "@bundled-es-modules/cookie", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "mirror of cookie, bundled and exposed as ES module", | ||
"author": "Pascal Schilp <pascalschilp@gmail.com>", | ||
"main": "index.js", | ||
"main": "index-esm.js", | ||
"type": "module", | ||
"exports": { | ||
".": "./index.js" | ||
".": { | ||
"import": "./index-esm.js", | ||
"require": "./index-cjs.cjs" | ||
} | ||
}, | ||
@@ -17,9 +20,12 @@ "scripts": { | ||
"files": [ | ||
"index.js" | ||
"index-esm.js", | ||
"index-cjs.cjs" | ||
], | ||
"license": "ISC", | ||
"dependencies": { | ||
"cookie": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"cookie": "^0.5.0", | ||
"esbuild": "^0.17.17" | ||
} | ||
} |
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
7004
1
4
182
1
1
+ Addedcookie@^0.5.0
+ Addedcookie@0.5.0(transitive)