Socket
Socket
Sign inDemoInstall

@appnest/typed-actions

Package Overview
Dependencies
0
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

lib/index.cjs.d.ts

@@ -208,4 +208,4 @@ /**

*/
export declare const tryCatchDispatch: (dispatch: (action: Action<unknown, unknown>) => void) => <Success, Meta>(actionCreator: import("../async-action/async-action-creator").AsyncActionCreatorWithMeta<void, Success, Error, Meta>, handler: () => Success | Promise<Success>) => Promise<Success>;
export declare const tryCatchDispatch: (dispatch: (action: Action<unknown, unknown>) => void) => <Success, Meta>(actionCreator: AsyncActionCreatorWithMeta, handler: () => Success | Promise<Success>) => Promise<Success>;
//# sourceMappingURL=index.cjs.d.ts.map

@@ -208,4 +208,4 @@ /**

*/
export declare const tryCatchDispatch: (dispatch: (action: Action<unknown, unknown>) => void) => <Success, Meta>(actionCreator: import("../async-action/async-action-creator").AsyncActionCreatorWithMeta<void, Success, Error, Meta>, handler: () => Success | Promise<Success>) => Promise<Success>;
export declare const tryCatchDispatch: (dispatch: (action: Action<unknown, unknown>) => void) => <Success, Meta>(actionCreator: AsyncActionCreatorWithMeta, handler: () => Success | Promise<Success>) => Promise<Success>;
//# sourceMappingURL=index.esm.d.ts.map
{
"name": "@appnest/typed-actions",
"version": "1.0.4",
"version": "1.0.5",
"description": "A lightweight library to create and type check flux/redux actions in typescript",

@@ -29,6 +29,6 @@ "author": "runem",

"devDependencies": {
"@wessberg/rollup-plugin-ts": "^1.1.3",
"rollup": "^0.67.0",
"typescript": "^3.1.6"
"@wessberg/rollup-plugin-ts": "^1.1.22",
"rollup": "^1.1.2",
"typescript": "^3.3.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc