redux-saga-monitor
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "redux-saga-monitor", | ||
"description": "A saga middleware for redux-saga to create a saga control flow graph", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -10,8 +10,12 @@ "files": [ | ||
], | ||
"source": "dist-src/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"main": "dist-node/index.js", | ||
"module": "dist-web/index.js", | ||
"pika": true, | ||
"sideEffects": false, | ||
"keywords": [ | ||
"redux", | ||
"redux-saga", | ||
"middleware", | ||
"saga", | ||
"saga-monitor", | ||
"dev-tools" | ||
], | ||
"repository": "git@github.com:JohannesKlauss/redux-saga-graph.git", | ||
@@ -22,3 +26,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"@pika/pack": "0.3.7", | ||
"@pika/pack": "0.4.0", | ||
"@pika/plugin-build-node": "0.4.0", | ||
@@ -28,3 +32,3 @@ "@pika/plugin-build-types": "0.4.0", | ||
"@pika/plugin-ts-standard-pkg": "0.4.0", | ||
"@types/jest": "24.0.14", | ||
"@types/jest": "24.0.15", | ||
"@types/react": "16.8.20", | ||
@@ -47,3 +51,7 @@ "@types/react-dom": "16.8.4", | ||
"webpack-dev-server": "3.7.1" | ||
} | ||
}, | ||
"source": "dist-src/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"main": "dist-node/index.js", | ||
"module": "dist-web/index.js" | ||
} |
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
38574
0