universal-router-react
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "universal-router-react", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
"main": "_dist/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "npm run build:main && npm run build:platforms", | ||
"build:main": "rollup -c -i index.js -o _dist/index.js", | ||
"build:main": "rollup -c -i index.js -o lib/index.js", | ||
"build:platforms": "rollup -c -i platforms/dom/index.js -o dom/index.js" | ||
}, | ||
"files": [ | ||
"_dist", | ||
"lib", | ||
"dom" | ||
@@ -14,0 +14,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
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
0
9374