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.9.1 to 5.10.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [@cypress/webpack-preprocessor-v5.10.0](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.9.1...@cypress/webpack-preprocessor-v5.10.0) (2021-11-10)
### Bug Fixes
* remove outdated npm registry links ([#18727](https://github.com/cypress-io/cypress/issues/18727)) ([4ded6c9](https://github.com/cypress-io/cypress/commit/4ded6c9624134fe6203f5377d62d62809cd27cda))
### Features
* **deps:** update dependency electron to v15 🌟 ([#18317](https://github.com/cypress-io/cypress/issues/18317)) ([3095d73](https://github.com/cypress-io/cypress/commit/3095d733e92527ffd67344c6899211e058ceefa3))
# [@cypress/webpack-preprocessor-v5.9.1](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.9.0...@cypress/webpack-preprocessor-v5.9.1) (2021-06-24)

@@ -2,0 +14,0 @@

1

dist/index.d.ts

@@ -0,1 +1,2 @@

/// <reference types="webpack-dev-server" />
/// <reference types="node" />

@@ -2,0 +3,0 @@ import * as Promise from 'bluebird';

11

dist/index.js

@@ -175,2 +175,6 @@ "use strict";

var jsonStats = stats.toJson();
// these stats are really only useful for debugging
if (jsonStats.warnings.length > 0) {
debug("warnings for " + outputPath + " %o", jsonStats.warnings);
}
if (stats.hasErrors()) {

@@ -184,10 +188,5 @@ err = new Error('Webpack Compilation Error');

err.message += "\n" + errorsToAppend;
debug('stats had error(s)');
debug('stats had error(s) %o', jsonStats.errors);
return rejectWithErr(err);
}
// these stats are really only useful for debugging
if (jsonStats.warnings.length > 0) {
debug("warnings for " + outputPath);
debug(jsonStats.warnings);
}
debug('finished bundling', outputPath);

@@ -194,0 +193,0 @@ if (debugStats.enabled) {

{
"name": "@cypress/webpack-preprocessor",
"version": "5.9.1",
"version": "5.10.0",
"description": "Cypress preprocessor for bundling JavaScript via webpack",

@@ -14,3 +14,3 @@ "private": false,

"size": "npm pack --dry",
"test": "node ./test-webpack-4-5.js",
"test": "node ./test-webpack-5.js",
"test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha",

@@ -33,2 +33,3 @@ "test-e2e": "mocha test/e2e/*.spec.*",

"@fellow/eslint-plugin-coffee": "0.4.13",
"@types/mocha": "9.0.0",
"@types/webpack": "^4.41.12",

@@ -35,0 +36,0 @@ "@typescript-eslint/eslint-plugin": "^4.18.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