Socket
Socket
Sign inDemoInstall

@redux-saga/deferred

Package Overview
Dependencies
0
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

18

package.json
{
"name": "@redux-saga/deferred",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Helper for creating \"exposed\" promise object (with resolve & reject methods).",

@@ -29,3 +29,5 @@ "main": "dist/deferred.cjs.js",

"contributors": [
"Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)"
"Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)",
"Mikhail Shustov <restrry@gmail.com> (https://github.com/restrry)",
"Shi Feichao <842351815@qq.com> (https://github.com/shinima)"
],

@@ -37,13 +39,11 @@ "license": "MIT",

"homepage": "https://redux-saga.js.org/",
"dependencies": {
},
"devDependencies": {
"@babel/core": "7.0.0-beta.52",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.52",
"@babel/preset-env": "7.0.0-beta.52",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-plugin-annotate-pure-calls": "^0.3.0",
"rimraf": "^2.4.3",
"rollup": "^0.64.1",
"rollup-plugin-babel": "4.0.0-beta.1"
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3"
}
}
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