Socket
Socket
Sign inDemoInstall

@cypress/browserify-preprocessor

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/browserify-preprocessor - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

78

package.json
{
"name": "@cypress/browserify-preprocessor",
"version": "3.0.1",
"version": "3.0.2",
"description": "Cypress preprocessor for bundling JavaScript via browserify",

@@ -22,43 +22,43 @@ "scripts": {

"dependencies": {
"@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/plugin-proposal-object-rest-spread": "7.3.2",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.4.5",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.3.1",
"babel-plugin-add-module-exports": "1.0.2",
"babelify": "10.0.0",
"bluebird": "3.5.3",
"browserify": "16.2.3",
"coffeeify": "3.0.1",
"coffeescript": "1.12.7",
"debug": "4.1.1",
"fs-extra": "9.0.0",
"lodash.clonedeep": "4.5.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/runtime": "^7.16.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babelify": "^10.0.0",
"bluebird": "^3.7.2",
"browserify": "^16.2.3",
"coffeeify": "^3.0.1",
"coffeescript": "^1.12.7",
"debug": "^4.3.2",
"fs-extra": "^9.0.0",
"lodash.clonedeep": "^4.5.0",
"through2": "^2.0.0",
"watchify": "3.11.1"
"watchify": "^4.0.0"
},
"devDependencies": {
"@cypress/eslint-plugin-dev": "5.0.0",
"ban-sensitive-files": "1.9.2",
"chai": "4.2.0",
"chokidar-cli": "1.2.2",
"dependency-check": "3.3.0",
"deps-ok": "1.4.1",
"eslint": "6.8.0",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-mocha": "6.3.0",
"husky": "4.2.3",
"license-checker": "25.0.1",
"mocha": "5.2.0",
"mockery": "2.1.0",
"nsp": "3.2.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"semantic-release": "15.13.15",
"sinon": "7.2.3",
"sinon-chai": "3.3.0",
"snap-shot-it": "7.9.2",
"typescript": "3.8.3"
"@cypress/eslint-plugin-dev": "^5.1.0",
"ban-sensitive-files": "^1.9.16",
"chai": "^4.3.4",
"chokidar-cli": "^2.1.0",
"dependency-check": "^4.1.0",
"deps-ok": "^1.4.1",
"eslint": "^6.8.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-mocha": "^6.3.0",
"husky": "^7.0.4",
"license-checker": "^25.0.1",
"mocha": "^5.2.0",
"mockery": "^2.1.0",
"nsp": "^3.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"semantic-release": "^17.2.3",
"sinon": "^7.2.3",
"sinon-chai": "^3.7.0",
"snap-shot-it": "^7.9.6",
"typescript": "^3.8.3"
},

@@ -65,0 +65,0 @@ "files": [

@@ -5,4 +5,2 @@ # Cypress Browserify Preprocessor [![CircleCI](https://circleci.com/gh/cypress-io/cypress-browserify-preprocessor/tree/master.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-browserify-preprocessor/tree/master)

This is the default preprocessor that comes packaged with Cypress. You'd typically need to install this if you want to modify the default options we've configured.
Modifying the default options allows you to add support for things like:

@@ -9,0 +7,0 @@

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