Socket
Socket
Sign inDemoInstall

ts-redux-actions

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-redux-actions - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0-beta1

.editorconfig

60

package.json
{
"name": "ts-redux-actions",
"version": "0.0.1",
"description": "Typed Redux Actions",
"main": "index.js",
"version": "1.0.0-beta1",
"description": "Typed Redux Actions for TypeScript Projects",
"author": "Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)",
"repository": "https://github.com/piotrwitek/ts-redux-actions",
"homepage": "https://github.com/piotrwitek/ts-redux-actions",
"license": "MIT",
"types": "es5-commonjs/index.d.ts",
"main": "es5-commonjs/index.js",
"module": "es5-module/index.js",
"jsnext:main": "jsnext/index.js",
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"reinstall": "rm -rf node_modules/ && yarn install",
"clean": "rm -rf es5-commonjs/ es5-module/ jsnext/",
"prepublishOnly": "yarn run clean && yarn run reinstall && yarn run check && yarn run test && yarn run build",
"check": "npm run lint & npm run tsc",
"lint": "tslint --project './tsconfig.json'",
"tsc": "tsc -p . --noEmit",
"tsc:watch": "tsc -p . --noEmit -w",
"test": "jest --config jest.config.json",
"test:watch": "jest --config jest.config.json --watch",
"build": "yarn run build:commonjs & yarn run build:module & yarn run build:jsnext",
"build:commonjs": "rm -rf es5-commonjs/ && tsc -p . --outDir es5-commonjs/",
"build:module": "rm -rf es5-module/ && tsc -p . --outDir es5-module/ -m 'ES2015'",
"build:jsnext": "rm -rf jsnext/ && tsc -p . --outDir jsnext/ -t 'ES2015'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piotrwitek/ts-redux-actions.git"
"dependencies": {},
"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",
"tslint": "5.8.0",
"typescript": "2.6.1"
},
"keywords": [
"redux-actions",
"redux",
"actions",
"typescript",
"static",
"typing",
"ts"
],
"author": "Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/piotrwitek/ts-redux-actions/issues"
},
"homepage": "https://github.com/piotrwitek/ts-redux-actions#readme"
"static-typing",
"action-creator",
"javscript"
]
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc