redux-saga-monitor
Advanced tools
Comparing version 0.1.1 to 0.1.3
{ | ||
"name": "redux-saga-monitor", | ||
"version": "0.1.1", | ||
"description": "A saga middleware for redux-saga to create a saga control flow graph", | ||
"main": "index.js", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
"files": [ | ||
"dist-*/", | ||
"bin/" | ||
], | ||
"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, | ||
"repository": "git@github.com:JohannesKlauss/redux-saga-graph.git", | ||
"author": "Johannes Klauss <klauss.johannes@gmail.com>", | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "jest", | ||
"tsc": "tsc --noEmit", | ||
"tsc-watch": "tsc --noEmit --watch", | ||
"build": "pack build", | ||
"publish": "pack publish", | ||
"docz:dev": "docz dev", | ||
"docz:build": "docz build", | ||
"example:cancellable-counter": "webpack-dev-server --config ./examples/cancellable-counter/webpack.config.js" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@babel/preset-typescript", | ||
"@babel/preset-react" | ||
] | ||
}, | ||
"@pika/pack": { | ||
"pipeline": [ | ||
[ | ||
"@pika/plugin-ts-standard-pkg" | ||
], | ||
[ | ||
"@pika/plugin-build-node" | ||
], | ||
[ | ||
"@pika/plugin-build-web" | ||
], | ||
[ | ||
"@pika/plugin-build-types" | ||
] | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -69,6 +44,3 @@ "redux-saga": "0.16.0" | ||
"webpack-dev-server": "3.7.1" | ||
}, | ||
"resolutions": { | ||
"@types/react": "16.8.20" | ||
} | ||
} |
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
38456
1040
21
3
1