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

redux-toolbelt-thunk

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-toolbelt-thunk - npm Package Compare versions

Comparing version 3.1.1 to 3.1.6

0

esm/index.d.ts

@@ -0,0 +0,0 @@ // Type definitions for redux-toolbelt-thunk v2.1.2

@@ -0,0 +0,0 @@ import { Action, GenericAction, ActionCreatorProps } from "redux-toolbelt";

@@ -0,0 +0,0 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

@@ -0,0 +0,0 @@ // Type definitions for redux-toolbelt-thunk v2.1.2

@@ -0,0 +0,0 @@ import { Action, GenericAction, ActionCreatorProps } from "redux-toolbelt";

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

4

package.json
{
"name": "redux-toolbelt-thunk",
"version": "3.1.1",
"version": "3.1.6",
"description": "Redux thunk helpers for redux-toolbelt",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

},
"gitHead": "a7674af4bd1dccc2ae4f3944a6ef2c1ac481bb5a"
"gitHead": "f59c82de613044d2bb7636c60a98adc7cadc87a9"
}

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

@@ -0,0 +0,0 @@ // Type definitions for redux-toolbelt-thunk v2.1.2

export makeThunkAsyncActionCreator from './makeThunkAsyncActionCreator'

@@ -0,0 +0,0 @@ import { Action, GenericAction, ActionCreatorProps } from "redux-toolbelt";

@@ -0,0 +0,0 @@ import { v4 as uuidv4 } from 'uuid'

@@ -0,0 +0,0 @@ import makeAsyncThunkActionCreator from '../src/makeThunkAsyncActionCreator'

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