Socket
Socket
Sign inDemoInstall

react-redux-typescript

Package Overview
Dependencies
1
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-rc.2 to 3.0.0-rc.3

2

es5-commonjs/index.d.ts
export * from './mapped-types';
export * from './v2/helpers';
export * from 'ts-redux-actions';
export * from 'typesafe-actions';

@@ -5,3 +5,3 @@ "use strict";

tslib_1.__exportStar(require("./v2/helpers"), exports);
tslib_1.__exportStar(require("ts-redux-actions"), exports);
tslib_1.__exportStar(require("typesafe-actions"), exports);
//# sourceMappingURL=index.js.map
export * from './mapped-types';
export * from './v2/helpers';
export * from 'ts-redux-actions';
export * from 'typesafe-actions';
export * from './v2/helpers';
export * from 'ts-redux-actions';
export * from 'typesafe-actions';
//# sourceMappingURL=index.js.map
export * from './mapped-types';
export * from './v2/helpers';
export * from 'ts-redux-actions';
export * from 'typesafe-actions';

@@ -5,3 +5,3 @@ "use strict";

tslib_1.__exportStar(require("./v2/helpers"), exports);
tslib_1.__exportStar(require("ts-redux-actions"), exports);
tslib_1.__exportStar(require("typesafe-actions"), exports);
//# sourceMappingURL=index.js.map
{
"name": "react-redux-typescript",
"version": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"description": "React / Redux / TypeScript Utils",

@@ -33,14 +33,14 @@ "author": "Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)",

"dependencies": {
"ts-redux-actions": "1.0.0-rc.0"
"typesafe-actions": "1.0.0"
},
"devDependencies": {
"@types/jest": "21.1.6",
"@types/node": "6.0",
"jest-cli": "21.2.1",
"redux": "^3.7.2",
"ts-jest": "21.2.2",
"ts-node": "3.3.0",
"tslib": "1.8.0",
"@types/jest": "21.1.10",
"@types/node": "6.0.95",
"jest-cli": "22.0.4",
"redux": "3.7.2",
"ts-jest": "22.0.0",
"ts-node": "4.1.0",
"tslib": "1.8.1",
"tslint": "5.8.0",
"typescript": "2.6.1"
"typescript": "2.6.2"
},

@@ -47,0 +47,0 @@ "keywords": [

@@ -1,18 +0,11 @@

# React / Redux / TypeScript Utils
> Utility belt for React + Redux + TypeScript Projects
# Mapped Types
> Mapped Types Utilities for TypeScript Projects
- Thoroughly tested for type correctness
- No third-party dependencies
- Semantic Versioning
- Output separate bundles for your specific workflow needs:
- ES5 + CommonJS - `main`
- ES5 + ES-Modules - `module`
- ES2015 + CommonJS - `jsnext:main`
- Output separate bundles for different workflow needs (es5-commonjs, es5-module, jsnext)
# Table of Contents (v3.0)
# Table of Contents
## Redux Actions Utils
> Reimporting from submodule [`ts-redux-actions`](https://github.com/piotrwitek/ts-redux-actions)
API Docs: https://github.com/piotrwitek/ts-redux-actions#api
- [getType](https://github.com/piotrwitek/ts-redux-actions#gettype)
- [createAction](https://github.com/piotrwitek/ts-redux-actions#createaction)
## Mapped Types

@@ -29,2 +22,11 @@ - [DiffKeys](#diffkeys)

## Redux Typesafe Actions
> **DEPRECATION WARNING: this part will be removed in next major release, please use `typesafe-actions` directly instead!**
### Reimported from [`typesafe-actions`](https://github.com/piotrwitek/typesafe-actions)
[API Docs](https://github.com/piotrwitek/typesafe-actions#table-of-contents)
- [createAction](https://github.com/piotrwitek/typesafe-actions#createaction)
- [getType](https://github.com/piotrwitek/typesafe-actions#gettype)
- [isActionOf](https://github.com/piotrwitek/typesafe-actions#isactionof)
---

@@ -31,0 +33,0 @@

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