Socket
Socket
Sign inDemoInstall

@sentry/esbuild-plugin

Package Overview
Dependencies
91
Maintainers
11
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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 sentryEsbuildPlugin: (options: Options) => any;
export declare const sentryEsbuildPlugin: (options?: Options) => any;
export type { Options as SentryEsbuildPluginOptions } from "@sentry/bundler-plugin-core";
export { sentryCliBinaryExists } from "@sentry/bundler-plugin-core";
{
"name": "@sentry/esbuild-plugin",
"version": "2.14.3",
"version": "2.15.0",
"description": "Official Sentry esbuild 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",

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

"@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",

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

@@ -235,3 +235,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)

@@ -238,0 +238,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc