Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/webpack-plugin

Package Overview
Dependencies
Maintainers
9
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/webpack-plugin - npm Package Compare versions

Comparing version 1.3.0 to 1.3.2

2

package.json

@@ -11,3 +11,3 @@ {

"author": "Sentry",
"version": "1.3.0",
"version": "1.3.2",
"license": "MIT",

@@ -14,0 +14,0 @@ "repository": "git@github.com:getsentry/sentry-webpack-plugin.git",

@@ -35,4 +35,8 @@ const SentryCli = require('@sentry/cli');

);
changedCompiler.options.module = {};
changedCompiler.options.module.rules = [];
if (typeof changedCompiler.options.module === 'undefined') {
changedCompiler.options.module = {};
}
if (typeof changedCompiler.options.module.rules === 'undefined') {
changedCompiler.options.module.rules = [];
}
changedCompiler.options.module.rules.push({

@@ -39,0 +43,0 @@ test: /sentry-webpack\.module\.js$/,

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