Socket
Socket
Sign inDemoInstall

@sentry/bundler-plugin-core

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/bundler-plugin-core - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

dist/esm/index.mjs

2

dist/types/sentry/logger.d.ts

@@ -1,6 +0,4 @@

import { Hub } from "@sentry/node";
interface LoggerOptions {
silent: boolean;
debug: boolean;
hub: Hub;
prefix: string;

@@ -7,0 +5,0 @@ }

@@ -12,4 +12,3 @@ import { Hub, NodeClient, Span } from "@sentry/node";

export declare function addSpanToTransaction(ctx: BuildContext, op?: string, description?: string): Span | undefined;
export declare function captureMinimalError(error: unknown | Error, hub: Hub): void;
export declare function addPluginOptionInformationToHub(options: InternalOptions, hub: Hub, bundler: "rollup" | "webpack" | "vite" | "esbuild"): void;
export declare function shouldSendTelemetry(options: InternalOptions): Promise<boolean>;
{
"name": "@sentry/bundler-plugin-core",
"version": "0.2.1",
"version": "0.2.2",
"description": "Sentry Bundler Plugin Core",

@@ -15,4 +15,10 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",

],
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
}
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"module": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",

@@ -54,4 +60,4 @@ "scripts": {

"@rollup/plugin-replace": "^4.0.0",
"@sentry-internal/eslint-config": "0.2.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.2.1",
"@sentry-internal/eslint-config": "0.2.2",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.2.2",
"@swc/core": "^1.2.205",

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

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

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