New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cypress/webpack-batteries-included-preprocessor

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/webpack-batteries-included-preprocessor - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

5

index.js

@@ -73,3 +73,6 @@ const path = require('path')

config.resolve.extensions = config.resolve.extensions.concat(['.ts', '.tsx'])
config.resolve.plugins = [new TsconfigPathsPlugin({ configFile })]
config.resolve.plugins = [new TsconfigPathsPlugin({
configFile,
silent: true,
})]
}

@@ -76,0 +79,0 @@

2

package.json
{
"name": "@cypress/webpack-batteries-included-preprocessor",
"version": "1.3.0",
"version": "1.3.1",
"description": "Cypress preprocessor for bundling JavaScript via webpack with dependencies included and support for various ES features, TypeScript, and CoffeeScript",

@@ -5,0 +5,0 @@ "private": false,

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