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

redux-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-toolbelt - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

7

lib/index.js

@@ -6,3 +6,3 @@ 'use strict';

});
exports.makeAsyncReducer = exports.makeAsyncActionCreator = exports.makeActionCreator = exports.composeReducers = undefined;
exports.makeAsyncReducer = exports.makeAsyncActionCreator = exports.makeReducer = exports.makeActionCreator = exports.composeReducers = undefined;

@@ -29,2 +29,6 @@ var _makeAsyncActionCreator2 = require('./makeAsyncActionCreator');

var _makeReducer2 = require('./makeReducer');
var _makeReducer3 = _interopRequireDefault(_makeReducer2);
var _makeAsyncActionCreator3 = _interopRequireDefault(_makeAsyncActionCreator2);

@@ -40,3 +44,4 @@

exports.makeActionCreator = _makeActionCreator3.default;
exports.makeReducer = _makeReducer3.default;
exports.makeAsyncActionCreator = _makeAsyncActionCreator3.default;
exports.makeAsyncReducer = _makeAsyncReducer3.default;

2

package.json
{
"name": "redux-toolbelt",
"version": "2.0.1",
"version": "2.0.2",
"description": "Async Actions helpers for redux-toolbelt",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

export composeReducers from './composeReducers'
export makeActionCreator from './makeActionCreator'
export makeReducer from './makeReducer'

@@ -7,1 +8,2 @@ export makeAsyncActionCreator from './makeAsyncActionCreator'

export makeAsyncReducer from './makeAsyncReducer'
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