@redux-saga/is
Advanced tools
Comparing version 1.0.0-rc.0 to 1.0.0
{ | ||
"name": "@redux-saga/is", | ||
"version": "1.0.0-rc.0", | ||
"version": "1.0.0", | ||
"description": "Runtime type checking helpers", | ||
@@ -16,6 +16,3 @@ "main": "dist/redux-saga-is.cjs.js", | ||
"build": "rollup -c", | ||
"prepare": "npm run build", | ||
"release:patch": "npm version patch && npm publish && git push --follow-tags", | ||
"release:minor": "npm version minor && npm publish && git push --follow-tags", | ||
"release:major": "npm version major && npm publish && git push --follow-tags" | ||
"prepare": "npm run build" | ||
}, | ||
@@ -36,4 +33,4 @@ "repository": "https://github.com/redux-saga/redux-saga/tree/master/packages/is", | ||
"dependencies": { | ||
"@redux-saga/symbols": "^1.0.0-rc.0", | ||
"@redux-saga/types": "^1.0.0-rc.0" | ||
"@redux-saga/symbols": "^1.0.0", | ||
"@redux-saga/types": "^1.0.0" | ||
}, | ||
@@ -46,5 +43,6 @@ "devDependencies": { | ||
"rimraf": "^2.4.3", | ||
"rollup": "^0.65.2", | ||
"rollup-plugin-babel": "^4.0.3" | ||
} | ||
"rollup": "^1.0.2", | ||
"rollup-plugin-babel": "5.0.0-alpha.0" | ||
}, | ||
"gitHead": "fc6a2e3d5b1aa37864a13be6db3115ad6afc1f1b" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7571
5
0
0
Updated@redux-saga/symbols@^1.0.0
Updated@redux-saga/types@^1.0.0