Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/babel-plugin-component-annotate

Package Overview
Dependencies
Maintainers
11
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/babel-plugin-component-annotate - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

3

dist/cjs/index.js

@@ -102,2 +102,3 @@ 'use strict';

var nativeSourceFileName = "dataSentrySourceFile";
// We must export the plugin as default, otherwise the Babel loader will not be able to resolve it when configured using its string identifier
function componentNameAnnotatePlugin(_ref) {

@@ -386,3 +387,3 @@ var t = _ref.types;

exports.componentNameAnnotatePlugin = componentNameAnnotatePlugin;
exports["default"] = componentNameAnnotatePlugin;
//# sourceMappingURL=index.js.map

@@ -45,3 +45,3 @@ /**

type AnnotationPlugin = PluginObj<AnnotationPluginPass>;
export declare function componentNameAnnotatePlugin({ types: t }: typeof Babel): AnnotationPlugin;
export default function componentNameAnnotatePlugin({ types: t }: typeof Babel): AnnotationPlugin;
export {};
{
"name": "@sentry/babel-plugin-component-annotate",
"version": "2.13.0",
"version": "2.14.0",
"description": "A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry",

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

"@rollup/plugin-node-resolve": "13.3.0",
"@sentry-internal/eslint-config": "2.13.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.13.0",
"@sentry-internal/eslint-config": "2.14.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.14.0",
"@swc/core": "^1.2.205",

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

@@ -72,3 +72,3 @@ <p align="center">

import {componentNameAnnotatePlugin} from '@sentry/babel-plugin-component-annotate';
import componentNameAnnotatePlugin from '@sentry/babel-plugin-component-annotate';

@@ -75,0 +75,0 @@ {

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