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

redux-toolbelt-saga

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-toolbelt-saga - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

yarn-error.log

0

CHANGELOG.md

@@ -0,0 +0,0 @@ ## v2.0.0 (2017-10-08)

@@ -0,0 +0,0 @@ 'use strict';

8

package.json
{
"name": "redux-toolbelt-saga",
"version": "2.0.4",
"version": "2.0.5",
"description": "Saga helpers for redux-toolbelt",
"main": "lib/index.js",
"scripts": {
"build": "cross-env BABEL_ENV=build babel src --out-dir lib",
"prepublish": "npm run build"
"build": "cross-env BABEL_ENV=build babel src --out-dir lib"
},

@@ -25,3 +24,4 @@ "repository": "git+https://github.com/welldone-software/redux-toolbelt.git",

"babel-plugin-transform-runtime": "^6.23.0"
}
},
"gitHead": "51cb8f09f3862f9055af65e079a0320db451f8c2"
}

@@ -0,0 +0,0 @@ # redux-toolbelt-saga

export makeAsyncSaga from './makeAsyncSaga'

@@ -0,0 +0,0 @@ import { call, put, takeLatest } from 'redux-saga/effects'

Sorry, the diff of this file is not supported yet

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