🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More →

action-typed

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

action-typed - npm Package Compare versions

Comparing version

to
1.0.7

@@ -60,3 +60,3 @@ /**

*/
declare type ActionTypeMap<T extends {
export declare type ActionTypeMap<T extends {
[key: string]: {};

@@ -63,0 +63,0 @@ }> = {

{
"name": "action-typed",
"version": "1.0.6",
"version": "1.0.7",
"description": "Better type *safety*, with less actual *typing* for Redux actions",
"main": "dist/index.js",
"scripts": {
"watch": "tsc -w",
"build": "tsc",

@@ -8,0 +9,0 @@ "prepublishOnly": "npm run build"