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

@sentry/vite-plugin

Package Overview
Dependencies
Maintainers
11
Versions
67
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.14.3 to 2.15.0

2

dist/types/index.d.ts
import { Options } from "@sentry/bundler-plugin-core";
export declare const sentryVitePlugin: (options: Options) => any;
export declare const sentryVitePlugin: (options?: Options) => any;
export type { Options as SentryVitePluginOptions } from "@sentry/bundler-plugin-core";
export { sentryCliBinaryExists } from "@sentry/bundler-plugin-core";
{
"name": "@sentry/vite-plugin",
"version": "2.14.3",
"version": "2.15.0",
"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.14.3",
"@sentry/bundler-plugin-core": "2.15.0",
"unplugin": "1.0.1"

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

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

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

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

Defaults to automatically detecting a value for your environment. This includes values for Cordova, Heroku, AWS CodeBuild, CircleCI, Xcode, and Gradle, and otherwise uses the git `HEAD`'s commit SHA. (the latterrequires access to git CLI and for the root directory to be a valid repository)
Defaults to automatically detecting a value for your environment. This includes values for Cordova, Heroku, AWS CodeBuild, CircleCI, Xcode, and Gradle, and otherwise uses the git `HEAD`'s commit SHA. (the latter requires access to git CLI and for the root directory to be a valid repository)

@@ -246,0 +246,0 @@ If you didn't provide a value and the plugin can't automatically detect one, no release will be created.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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