@redux-saga/core
Advanced tools
Comparing version 1.1.0 to 1.1.1-alpha.0
@@ -5,3 +5,16 @@ { | ||
"main": "../dist/redux-saga-effects.cjs.js", | ||
"module": "../dist/redux-saga-effects.esm.js" | ||
"module": "../dist/redux-saga-effects.esm.js", | ||
"types": "./effects.d.ts", | ||
"typesVersions": { | ||
">=3.6": { | ||
"*": [ | ||
"../types/ts3.6/*" | ||
] | ||
}, | ||
">=3.2": { | ||
"*": [ | ||
"../types/*" | ||
] | ||
} | ||
} | ||
} |
{ | ||
"name": "@redux-saga/core", | ||
"version": "1.1.0", | ||
"version": "1.1.1-alpha.0", | ||
"description": "Saga middleware for Redux to handle Side Effects", | ||
@@ -90,3 +90,3 @@ "main": "./dist/redux-saga-core.cjs.js", | ||
}, | ||
"gitHead": "55bac9e8c47fceff097cc085177386cef14d8f58" | ||
"gitHead": "cccc8a1402126f38b1b46066261a4b8d3386b780" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
428893
32
12933
0
1