Socket
Socket
Sign inDemoInstall

@sentry/bundler-plugin-core

Package Overview
Dependencies
8
Maintainers
11
Versions
58
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

@@ -38,3 +38,3 @@ import { TransformResult, UnpluginOptions } from "unplugin";

*/
export declare function sentryUnpluginFactory({ releaseInjectionPlugin, componentNameAnnotatePlugin, moduleMetadataInjectionPlugin, debugIdInjectionPlugin, debugIdUploadPlugin, bundleSizeOptimizationsPlugin, }: SentryUnpluginFactoryOptions): import("unplugin").UnpluginInstance<Options, true>;
export declare function sentryUnpluginFactory({ releaseInjectionPlugin, componentNameAnnotatePlugin, moduleMetadataInjectionPlugin, debugIdInjectionPlugin, debugIdUploadPlugin, bundleSizeOptimizationsPlugin, }: SentryUnpluginFactoryOptions): import("unplugin").UnpluginInstance<Options | undefined, true>;
export declare function getBuildInformation(): {

@@ -41,0 +41,0 @@ deps: string[];

@@ -141,3 +141,3 @@ export interface Options {

* 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)
* (the latter requires access to git CLI and for the root directory to be a valid repository)
*

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

{
"name": "@sentry/bundler-plugin-core",
"version": "2.14.3",
"version": "2.15.0",
"description": "Sentry Bundler Plugin Core",

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

"@babel/core": "^7.18.5",
"@sentry/babel-plugin-component-annotate": "2.14.3",
"@sentry/babel-plugin-component-annotate": "2.15.0",
"@sentry/cli": "^2.22.3",

@@ -72,4 +72,4 @@ "dotenv": "^16.3.1",

"@rollup/plugin-replace": "^4.0.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",
"@sentry/node": "7.102.0",

@@ -76,0 +76,0 @@ "@sentry/utils": "7.102.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc