Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-saga-monitor

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-saga-monitor - npm Package Compare versions

Comparing version 0.1.1 to 0.1.3

dist-node/index.js

52

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc