Socket
Socket
Sign inDemoInstall

@sentry/vite-plugin

Package Overview
Dependencies
Maintainers
12
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/vite-plugin - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

8

package.json
{
"name": "@sentry/vite-plugin",
"version": "2.7.0",
"version": "2.7.1",
"description": "Official Sentry Vite plugin",

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

"dependencies": {
"@sentry/bundler-plugin-core": "2.7.0",
"@sentry/bundler-plugin-core": "2.7.1",
"unplugin": "1.0.1"

@@ -61,4 +61,4 @@ },

"@rollup/plugin-node-resolve": "13.3.0",
"@sentry-internal/eslint-config": "2.7.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.7.0",
"@sentry-internal/eslint-config": "2.7.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.7.1",
"@swc/core": "^1.2.205",

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

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

// Auth tokens can be obtained from https://sentry.io/settings/account/api/auth-tokens/
// and need `project:releases` and `org:read` scopes
// Auth tokens can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/
authToken: process.env.SENTRY_AUTH_TOKEN,

@@ -114,3 +113,3 @@ }),

The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/settings/account/api/auth-tokens/. Required scopes: project:releases (and org:read if setCommits option is used).
The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/.

@@ -117,0 +116,0 @@ This value can also be specified via the `SENTRY_AUTH_TOKEN` environment variable.

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