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

@redux-saga/testing-utils

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redux-saga/testing-utils - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

25

package.json
{
"name": "@redux-saga/testing-utils",
"version": "1.1.1",
"version": "1.1.2",
"description": "Redux-saga simple testing utils.",

@@ -13,9 +13,9 @@ "main": "./dist/redux-saga-testing-utils.cjs.js",

"scripts": {
"test": "npm run test:types && npm run test:jest",
"test": "yarn test:types && yarn test:jest",
"test:jest": "jest",
"test:types": "dtslint types",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"prebuild": "yarn clean",
"build": "rollup -c",
"prepare": "npm run build",
"prepare": "yarn build",
"preversion": "npm test"

@@ -41,9 +41,8 @@ },

"dependencies": {
"@redux-saga/symbols": "^1.1.0",
"@redux-saga/symbols": "^1.1.2",
"@redux-saga/types": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-7-jest": "^21.3.3",

@@ -54,9 +53,9 @@ "babel-plugin-annotate-pure-calls": "^0.4.0",

"lerna-alias": "^3.0.2",
"redux-saga": "^1.1.1",
"rimraf": "^2.4.3",
"rollup": "^1.21.1",
"redux-saga": "^1.1.2",
"rimraf": "^3.0.0",
"rollup": "^1.23.1",
"rollup-plugin-babel": "5.0.0-alpha.0",
"typescript": "^3.6.2"
"typescript": "^3.6.4"
},
"gitHead": "3f97167ca4e9a1d28aafded9edb379c5a6c953a6"
"gitHead": "da88bb4df0de4066597bd34739580d986f67e0f0"
}
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