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

@sentry/webpack-plugin

Package Overview
Dependencies
Maintainers
10
Versions
109
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 3.1.2 to 3.2.0

8

package.json
{
"name": "@sentry/webpack-plugin",
"version": "3.1.2",
"version": "3.2.0",
"description": "Official Sentry Webpack plugin",

@@ -51,3 +51,3 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",

"dependencies": {
"@sentry/bundler-plugin-core": "3.1.2",
"@sentry/bundler-plugin-core": "3.2.0",
"unplugin": "1.0.1",

@@ -62,4 +62,4 @@ "uuid": "^9.0.0"

"@rollup/plugin-commonjs": "22.0.1",
"@sentry-internal/eslint-config": "3.1.2",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.1.2",
"@sentry-internal/eslint-config": "3.2.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.2.0",
"@swc/core": "^1.2.205",

@@ -66,0 +66,0 @@ "@swc/jest": "^0.2.21",

@@ -224,5 +224,5 @@ <p align="center">

Type: `string | string[]`
Type: `string | string[] | Promise<string | string[]>`
A glob or an array of globs that specifies the build artifacts that should be deleted after the artifact upload to Sentry has been completed.
A glob, an array of globs or a promise resolving a glob or array of globs that specifies the build artifacts that should be deleted after the artifact upload to Sentry has been completed.

@@ -229,0 +229,0 @@ The globbing patterns follow the implementation of the `glob` package. (https://www.npmjs.com/package/glob)

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