Socket
Socket
Sign inDemoInstall

@sentry/bundler-plugin-core

Package Overview
Dependencies
Maintainers
11
Versions
66
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.15.0 to 2.16.0

12

dist/types/types.d.ts

@@ -288,2 +288,14 @@ export interface Options {

};
/**
* Options that are useful for building wrappers around the plugin. You likely don't need these options unless you
* are distributing a tool that depends on this plugin
*/
_metaOptions?: {
/**
* Overrides the prefix that come before logger messages. (e.g. `[some-prefix] Info: Some log message`)
*
* Example value: `[sentry-webpack-plugin (client)]`
*/
loggerPrefixOverride?: string;
};
}

@@ -290,0 +302,0 @@ export interface ModuleMetadataCallbackArgs {

8

package.json
{
"name": "@sentry/bundler-plugin-core",
"version": "2.15.0",
"version": "2.16.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.15.0",
"@sentry/babel-plugin-component-annotate": "2.16.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.15.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.15.0",
"@sentry-internal/eslint-config": "2.16.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.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

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