redux-toolbelt-thunk
Advanced tools
Comparing version 3.1.1 to 3.1.6
@@ -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"; |
{ | ||
"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' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44216
1