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

@redux-saga/is

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redux-saga/is - npm Package Compare versions

Comparing version 1.0.0-rc.0 to 1.0.0

LICENSE

18

package.json
{
"name": "@redux-saga/is",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "Runtime type checking helpers",

@@ -16,6 +16,3 @@ "main": "dist/redux-saga-is.cjs.js",

"build": "rollup -c",
"prepare": "npm run build",
"release:patch": "npm version patch && npm publish && git push --follow-tags",
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:major": "npm version major && npm publish && git push --follow-tags"
"prepare": "npm run build"
},

@@ -36,4 +33,4 @@ "repository": "https://github.com/redux-saga/redux-saga/tree/master/packages/is",

"dependencies": {
"@redux-saga/symbols": "^1.0.0-rc.0",
"@redux-saga/types": "^1.0.0-rc.0"
"@redux-saga/symbols": "^1.0.0",
"@redux-saga/types": "^1.0.0"
},

@@ -46,5 +43,6 @@ "devDependencies": {

"rimraf": "^2.4.3",
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3"
}
"rollup": "^1.0.2",
"rollup-plugin-babel": "5.0.0-alpha.0"
},
"gitHead": "fc6a2e3d5b1aa37864a13be6db3115ad6afc1f1b"
}
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