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.3 to 0.1.4

24

package.json
{
"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"
}
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