Socket
Socket
Sign inDemoInstall

cypress-react-unit-test

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-react-unit-test - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0-use-bundler-from-cra.1

plugins/cra-v3/file-preprocessor.js

26

package.json
{
"name": "cypress-react-unit-test",
"version": "2.7.0",
"version": "2.8.0-use-bundler-from-cra.1",
"description": "Unit test React components using Cypress",
"main": "dist",
"module": "lib",
"no-module-for-now": "lib",
"scripts": {

@@ -15,3 +15,3 @@ "test": "cypress run",

"pretest": "npm run lint && npm run transpile",
"lint": "standard --verbose --fix *.js src cypress/integration",
"lint": "standard --verbose --fix *.js src cypress/integration plugins",
"semantic-release": "semantic-release"

@@ -21,3 +21,4 @@ },

"dist",
"lib"
"lib",
"plugins"
],

@@ -39,3 +40,2 @@ "types": "lib",

"@babel/preset-react": "7.0.0",
"@cypress/webpack-preprocessor": "1.1.3",
"@percy/cypress": "1.0.9",

@@ -50,3 +50,3 @@ "@types/node": "9.6.49",

"semantic-release": "^17.0.4",
"standard": "12.0.1",
"standard": "14.3.3",
"style-loader": "0.23.1",

@@ -67,3 +67,17 @@ "typescript": "3.5.1",

"url": "https://github.com/bahmutov/cypress-react-unit-test.git"
},
"dependencies": {
"@cypress/webpack-preprocessor": "4.1.3",
"debug": "4.1.1",
"find-yarn-workspace-root": "1.2.1"
},
"release": {
"branches": [
"master",
{
"name": "use-bundler-from-cra",
"prerelease": "use-bundler-from-cra"
}
]
}
}
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