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.2.1 to 2.3.0

es5/create-action-creator.d.ts

13

package.json
{
"name": "react-redux-typescript",
"version": "2.2.1",
"version": "2.3.0",
"description": "React / Redux / TypeScript Utils",

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

"main": "es5/index.js",
"module": "es6/index.js",
"jsnext:main": "es6/index.js",
"module": "module/index.js",
"jsnext:main": "jsnext/index.js",
"engines": {

@@ -18,3 +18,3 @@ "node": ">= 4"

"scripts": {
"clean": "rm -rf es5/ es6/ node_modules/",
"clean": "rm -rf node_modules/ es5/ module/ jsnext/",
"reinstall": "rm -rf node_modules/ && yarn install",

@@ -26,5 +26,6 @@ "prepublishOnly": "yarn run clean && yarn install && yarn run check && yarn run test && yarn run build",

"test": "ts-node -P src src/specs/index.ts",
"build": "yarn run build:es5 & yarn run build:es6",
"build": "yarn run build:es5 & yarn run build:module & yarn run build:jsnext",
"build:es5": "rm -rf es5/ && tsc -p src --outDir es5/",
"build:es6": "rm -rf es6/ && tsc -p src --outDir es6/ -t 'ES2015'"
"build:module": "rm -rf module/ && tsc -p src --outDir module/ -m 'ES2015'",
"build:jsnext": "rm -rf jsnext/ && tsc -p src --outDir jsnext/ -t 'ES2015'"
},

@@ -31,0 +32,0 @@ "dependencies": {},

@@ -9,3 +9,3 @@ # React / Redux / TypeScript Utils

### Table of Contents
- [Helpers v3.0](#helpers-v30)
- [Helpers v2.2](#helpers-v22)
- [Helpers v2.0](#helpers-v20)

@@ -16,2 +16,10 @@ - [returntypeof polyfill](#returntypeof-polyfill)

### Helpers v3.0
```ts
WIP
...
```
---
### Helpers v2.2

@@ -122,3 +130,5 @@ ```ts

```
---
MIT License
Copyright (c) 2016 Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)
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