Socket
Socket
Sign inDemoInstall

@sentry/bundler-plugin-core

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

Comparing version 2.20.1 to 2.21.0

1

dist/types/options-mapping.d.ts

@@ -17,2 +17,3 @@ import { Logger } from "./sentry/logger";

sourcemaps: {
disable?: boolean | undefined;
assets?: string | string[] | undefined;

@@ -19,0 +20,0 @@ ignore?: string | string[] | undefined;

@@ -84,2 +84,8 @@ export interface Options {

/**
* Disables all functionality related to sourcemaps.
*
* Defaults to `false`.
*/
disable?: boolean;
/**
* A glob or an array of globs that specifies the build artifacts that should be uploaded to Sentry.

@@ -86,0 +92,0 @@ *

8

package.json
{
"name": "@sentry/bundler-plugin-core",
"version": "2.20.1",
"version": "2.21.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.20.1",
"@sentry/babel-plugin-component-annotate": "2.21.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.20.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.1",
"@sentry-internal/eslint-config": "2.21.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.21.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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc