Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-saga-resources

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-saga-resources - npm Package Compare versions

Comparing version 0.1.20 to 0.1.21

es5/batch/actions.d.ts

9

package.json
{
"name": "redux-saga-resources",
"version": "0.1.20",
"version": "0.1.21",
"description": "",

@@ -33,6 +33,7 @@ "typings": "es6/index.d.ts",

"build": "npm run clean && npm run compile",
"clean": "rimraf es6/* && rimraf node/*",
"compile": "npm run compile:ts && npm run compile:node",
"clean": "rimraf es6/* es5/* node/*",
"compile": "npm run compile:ts && npm run compile:es5 && npm run compile:node",
"compile:ts": "tsc -p tsconfig.json",
"compile:node": "babel es6 --out-dir node --presets node",
"compile:node": "babel es6 --out-dir node --presets node --copy-files",
"compile:es5": "babel es6 --out-dir es5 --presets es2015 --copy-files",
"lint": "tslint -c tslint.json --type-check src/**/*.ts",

@@ -39,0 +40,0 @@ "lint:fix": "tslint -c tslint.json --type-check src/**/*.ts --fix",

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