Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@sentry-internal/feedback

Package Overview
Dependencies
Maintainers
9
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/feedback - npm Package Compare versions

Comparing version
10.21.0-alpha.1
to
10.21.0
+1
-1
build/npm/esm/package.json

@@ -1,1 +0,1 @@

{"type":"module","version":"10.21.0-alpha.1","sideEffects":false}
{"type":"module","version":"10.21.0","sideEffects":false}

@@ -1,34 +0,7 @@

export declare const WINDOW: {
navigator?: {
userAgent?: string | undefined;
maxTouchPoints?: number | undefined;
} | undefined;
console: Console;
PerformanceObserver?: any;
Sentry?: any;
onerror?: {
(event: string | object, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined): any;
__SENTRY_INSTRUMENTED__?: true | undefined;
} | undefined;
onunhandledrejection?: {
(event: unknown): boolean;
__SENTRY_INSTRUMENTED__?: true | undefined;
} | undefined;
SENTRY_ENVIRONMENT?: string | undefined;
SENTRY_DSN?: string | undefined;
SENTRY_RELEASE?: {
id?: string | undefined;
} | undefined;
SENTRY_SDK_SOURCE?: import("@sentry/core").SdkSource | undefined;
_sentryDebugIds?: Record<string, string> | undefined;
_debugIds?: Record<string, string> | undefined;
_sentryModuleMetadata?: Record<string, any> | undefined;
_sentryEsmLoaderHookRegistered?: boolean | undefined;
_sentryInjectLoaderHookRegister?: (() => void) | undefined;
_sentryInjectLoaderHookRegistered?: boolean | undefined;
} & import("@sentry/core").Carrier & Window;
import { GLOBAL_OBJ } from '@sentry/core';
export declare const WINDOW: typeof GLOBAL_OBJ & Window;
export declare const DOCUMENT: Document;
export declare const NAVIGATOR: {
userAgent?: string | undefined;
maxTouchPoints?: number | undefined;
userAgent?: string;
maxTouchPoints?: number;
} & Navigator;

@@ -35,0 +8,0 @@ export declare const TRIGGER_LABEL = "Report a Bug";

@@ -19,3 +19,3 @@ import { FeedbackModalIntegration, Integration, IntegrationFn } from '@sentry/core';

attachTo(el: Element | string, optionOverrides?: OverrideFeedbackConfiguration): Unsubscribe;
createForm(optionOverrides?: OverrideFeedbackConfiguration): Promise<ReturnType<FeedbackModalIntegration['createDialog']>>;
createForm(optionOverrides?: OverrideFeedbackConfiguration): Promise<ReturnType<FeedbackModalIntegration["createDialog"]>>;
createWidget(optionOverrides?: OverrideFeedbackConfiguration): ActorComponent;

@@ -22,0 +22,0 @@ remove(): void;

@@ -10,4 +10,4 @@ declare const hType: any;

export default function ToolbarFactory({ h, }: FactoryParams): ({ action, setAction, options, }: {
action: 'highlight' | 'hide' | '';
setAction: Hooks.StateUpdater<'highlight' | 'hide' | ''>;
action: "highlight" | "hide" | "";
setAction: Hooks.StateUpdater<"highlight" | "hide" | "">;
options: FeedbackInternalOptions;

@@ -14,0 +14,0 @@ }) => VNode;

@@ -1,34 +0,7 @@

export declare const WINDOW: {
navigator?: {
userAgent?: string | undefined;
maxTouchPoints?: number | undefined;
} | undefined;
console: Console;
PerformanceObserver?: any;
Sentry?: any;
onerror?: {
(event: string | object, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined): any;
__SENTRY_INSTRUMENTED__?: true | undefined;
} | undefined;
onunhandledrejection?: {
(event: unknown): boolean;
__SENTRY_INSTRUMENTED__?: true | undefined;
} | undefined;
SENTRY_ENVIRONMENT?: string | undefined;
SENTRY_DSN?: string | undefined;
SENTRY_RELEASE?: {
id?: string | undefined;
} | undefined;
SENTRY_SDK_SOURCE?: import("@sentry/core").SdkSource | undefined;
_sentryDebugIds?: Record<string, string> | undefined;
_debugIds?: Record<string, string> | undefined;
_sentryModuleMetadata?: Record<string, any> | undefined;
_sentryEsmLoaderHookRegistered?: boolean | undefined;
_sentryInjectLoaderHookRegister?: (() => void) | undefined;
_sentryInjectLoaderHookRegistered?: boolean | undefined;
} & import("@sentry/core").Carrier & Window;
import { GLOBAL_OBJ } from '@sentry/core';
export declare const WINDOW: typeof GLOBAL_OBJ & Window;
export declare const DOCUMENT: Document;
export declare const NAVIGATOR: {
userAgent?: string | undefined;
maxTouchPoints?: number | undefined;
userAgent?: string;
maxTouchPoints?: number;
} & Navigator;

@@ -35,0 +8,0 @@ export declare const TRIGGER_LABEL = "Report a Bug";

@@ -19,3 +19,3 @@ import type { FeedbackModalIntegration, Integration, IntegrationFn } from '@sentry/core';

attachTo(el: Element | string, optionOverrides?: OverrideFeedbackConfiguration): Unsubscribe;
createForm(optionOverrides?: OverrideFeedbackConfiguration): Promise<ReturnType<FeedbackModalIntegration['createDialog']>>;
createForm(optionOverrides?: OverrideFeedbackConfiguration): Promise<ReturnType<FeedbackModalIntegration["createDialog"]>>;
createWidget(optionOverrides?: OverrideFeedbackConfiguration): ActorComponent;

@@ -22,0 +22,0 @@ remove(): void;

@@ -8,4 +8,4 @@ import type { FeedbackInternalOptions } from '@sentry/core';

export default function ToolbarFactory({ h, }: FactoryParams): ({ action, setAction, options, }: {
action: 'highlight' | 'hide' | '';
setAction: Hooks.StateUpdater<'highlight' | 'hide' | ''>;
action: "highlight" | "hide" | "";
setAction: Hooks.StateUpdater<"highlight" | "hide" | "">;
options: FeedbackInternalOptions;

@@ -12,0 +12,0 @@ }) => VNode;

{
"name": "@sentry-internal/feedback",
"version": "10.21.0-alpha.1",
"version": "10.21.0",
"description": "Sentry SDK integration for user feedback",

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

"dependencies": {
"@sentry/core": "10.21.0-alpha.1"
"@sentry/core": "10.21.0"
},

@@ -45,0 +45,0 @@ "devDependencies": {

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