Socket
Socket
Sign inDemoInstall

@cypress/webpack-preprocessor

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/webpack-preprocessor - npm Package Compare versions

Comparing version 5.16.1 to 5.16.2

15

package.json
{
"name": "@cypress/webpack-preprocessor",
"version": "5.16.1",
"version": "5.16.2",
"description": "Cypress preprocessor for bundling JavaScript via webpack",

@@ -38,9 +38,5 @@ "private": false,

"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/preset-env": "^7.0.0",
"@fellow/eslint-plugin-coffee": "0.4.13",
"@types/mocha": "9.0.0",
"@types/webpack": "^4.41.12",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-loader": "^8.0.2",

@@ -54,6 +50,2 @@ "chai": "4.1.2",

"deps-ok": "1.2.1",
"eslint": "7.22.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-mocha": "8.1.0",
"fast-glob": "3.1.1",

@@ -64,5 +56,2 @@ "find-webpack": "1.5.0",

"proxyquire": "2.1.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.2",
"rimraf": "3.0.2",

@@ -79,3 +68,3 @@ "semantic-release": "19.0.3",

"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-loader": "^8.0.2 || ^9",
"webpack": "^4 || ^5"

@@ -82,0 +71,0 @@ },

5

README.md

@@ -47,5 +47,4 @@ # Cypress Webpack Preprocessor

- [React app](https://github.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor/examples/react-app) shows how to point Cypress at Webpack configuration from `react-scripts` dependency
- [use-babelrc](https://github.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor/examples/use-babelrc) shows how to use your project's `.babelrc` with Webpack
- [use-ts-loader](https://github.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor/examples/use-ts-loader) shows how to transpile TypeScript specs following [Webpack TypeScript guide](https://webpack.js.org/guides/typescript/)
- [use-webpack-5](https://github.com/cypress-io/cypress/tree/develop/system-tests/projects/webpack-preprocessor-webpack-5) shows how to use webpack-preprocessor with Webpack 5
- [use-ts-loader](https://github.com/cypress-io/cypress/tree/develop/system-tests/projects/webpack-preprocessor-ts-loader) shows how to transpile TypeScript specs following [Webpack TypeScript guide](https://webpack.js.org/guides/typescript/)

@@ -52,0 +51,0 @@ ## Options

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