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 6.0.0 to 6.0.1

19

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

@@ -9,3 +9,2 @@ "private": false,

"build": "rimraf dist && tsc || echo 'built, with errors'",
"build-prod": "yarn build",
"deps": "deps-ok && dependency-check --no-dev .",

@@ -51,3 +50,3 @@ "secure": "nsp check",

"snap-shot-it": "7.9.2",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"webpack": "^5.88.2"

@@ -77,3 +76,15 @@ },

"webpack"
]
],
"nx": {
"targets": {
"build": {
"dependsOn": [
"!@cypress/react18:build"
],
"outputs": [
"{projectRoot}/dist"
]
}
}
}
}
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