Socket
Socket
Sign inDemoInstall

react-redux-typescript

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

.editorconfig

1

es5/helpers.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -3,0 +4,0 @@ * @export createEmptyAction - empty action creator function

@@ -10,2 +10,3 @@ /**

}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./helpers"));

@@ -12,0 +13,0 @@ // workarounds for missing features

// Copyright (c) 2016 Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -4,0 +5,0 @@ * @export returntypeof - extract return type of "expression"

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -3,0 +4,0 @@ * @export createEmptyAction - empty action creator function

@@ -10,2 +10,3 @@ /**

}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./helpers"));

@@ -12,0 +13,0 @@ // workarounds for missing features

// Copyright (c) 2016 Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -4,0 +5,0 @@ * @export returntypeof - extract return type of "expression"

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

17

package.json
{
"name": "react-redux-typescript",
"version": "2.0.0",
"version": "2.1.0",
"description": "React / Redux / TypeScript Utils",
"author": "Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)",
"repository": "https://github.com/piotrwitek/react-redux-typescript",
"author": "Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)",
"homepage": "https://github.com/piotrwitek/react-redux-typescript",
"license": "MIT",

@@ -18,9 +19,9 @@ "types": "es5/index.d.ts",

"reinstall": "rm -rf node_modules/ && yarn install",
"check": "yarn run lint && yarn run tsc",
"build:es5": "rm -rf es5 && tsc -p src --outDir es5",
"build:es6": "rm -rf es6 && tsc -p src --outDir es6 -t 'ES2015'",
"build": "yarn run build:es5 & yarn run build:es6",
"check": "yarn run lint & yarn run tsc",
"lint": "tslint --project src/tsconfig.json",
"tsc": "tsc -p src --noEmit",
"test": "ts-node -P src src/specs/index.ts",
"build": "yarn run build:es5 & yarn run build:es6",
"build:es5": "rm -rf es5 && tsc -p src --outDir es5",
"build:es6": "rm -rf es6 && tsc -p src --outDir es6 -t 'ES2015'"
"test": "ts-node -P src src/specs/index.ts"
},

@@ -33,3 +34,3 @@ "dependencies": {},

"tslint": "^4.3.1",
"typescript": "^2.1.5"
"typescript": "^2.2.1"
},

@@ -36,0 +37,0 @@ "keywords": [

# React / Redux / TypeScript Utils
- No dependencies!
- 100% test coverage!
- Fully typed Redux (action types, action creators, reducers)!
- Futureproof - output es5 and es6 bundles.
- Semantic Versioning
- No external dependencies
- 100% test coverage
- Fully typed Redux (action types, action creators, reducers)
- Futureproof - output es5 and es6 bundles

@@ -7,0 +8,0 @@ ### Types

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc