@sentry/webpack-plugin
Advanced tools
Comparing version 1.3.0 to 1.3.2
@@ -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$/, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
122528
11
256