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.1.0 to 2.1.2

lib/index.d.ts

0

CHANGELOG.md

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

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

9

package.json
{
"name": "redux-toolbelt-saga",
"version": "2.1.0",
"version": "2.1.2",
"description": "Saga helpers for redux-toolbelt",
"main": "lib/index.js",
"scripts": {
"build": "cross-env BABEL_ENV=build babel src --out-dir lib"
"build": "cross-env BABEL_ENV=build babel src --out-dir lib && copyfiles -f 'src/*.d.ts' lib"
},

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

"peerDependencies": {
"redux-saga": "^0.15.6"
"redux-saga": "^0.15.6",
"redux-toolbelt": ">= 2.2.2"
},

@@ -26,3 +27,3 @@ "devDependencies": {

},
"gitHead": "bf83e5143253afec29747227cbb217193acc98a5"
"gitHead": "871ac8b152b7a78007d0e4adc89451c0303c052d"
}

@@ -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