Socket
Socket
Sign inDemoInstall

@sentry/webpack-plugin

Package Overview
Dependencies
Maintainers
12
Versions
98
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.8 to 1.18.9

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

## 1.18.9
### Various fixes & improvements
- ref: Update sentry-cli and refresh GH actions (#368) by @kamilogorek
- docs: Update dryRun documentation to reflect auto-configuration. (#366) by @fiveable-jferg
- chore: update @sentry/cli to latest major version (#363) by @sawilde
## 1.18.8

@@ -7,0 +15,0 @@

4

package.json

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

"author": "Sentry",
"version": "1.18.8",
"version": "1.18.9",
"license": "MIT",

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

"dependencies": {
"@sentry/cli": "^1.73.0"
"@sentry/cli": "^1.74.4"
},

@@ -25,0 +25,0 @@ "devDependencies": {

@@ -87,3 +87,3 @@ <p align="center">

| finalize | `boolean` | optional | Determines whether Sentry release record should be automatically finalized (`date_released` timestamp added) after artifact upload. Defaults to `true` |
| dryRun | `boolean` | optional | Attempts a dry run (useful for dev environments). Defaults to `false`. |
| dryRun | `boolean` | optional | Attempts a dry run (useful for dev environments). Defaults to `false`, but may be automatically set to true in development environments by some framework integrations (Next.JS, possibly others). |
| debug | `boolean` | optional | Print useful debug information. Defaults to `false`. |

@@ -90,0 +90,0 @@ | silent | `boolean` | optional | Suppresses all logs (useful for `--json` option). Defaults to `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