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

@sentry/webpack-plugin

Package Overview
Dependencies
Maintainers
12
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.18.0 to 1.18.1

4

CHANGELOG.md

@@ -8,2 +8,6 @@ # Changelog

## v1.18.1
- fix: Reexport `SourceMapsPathDescriptor` type (#323)
## v1.18.0

@@ -10,0 +14,0 @@

@@ -125,2 +125,4 @@ import { Compiler, WebpackPluginInstance } from 'webpack';

}
export { SourceMapsPathDescriptor };
}

@@ -127,0 +129,0 @@

2

package.json

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

"author": "Sentry",
"version": "1.18.0",
"version": "1.18.1",
"license": "MIT",

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

@@ -87,2 +87,3 @@ const SentryCli = require('@sentry/cli');

} catch (_e) {
// eslint-disable-next-line no-console
console.warn(

@@ -89,0 +90,0 @@ 'Coud not resolve package: webpack-sources. Skipping injection for the remote entry file.'

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