You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@sentry-internal/feedback

Package Overview
Dependencies
Maintainers
9
Versions
188
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

to
9.5.0

build/npm/types-ts3.8/screenshot/components/Annotations.d.ts

2

build/npm/esm/package.json

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

{"type":"module","version":"9.5.0-alpha.0","sideEffects":false}
{"type":"module","version":"9.5.0","sideEffects":false}

@@ -45,4 +45,4 @@ export declare const WINDOW: {

export declare const IS_REQUIRED_LABEL = "(required)";
export declare const ADD_SCREENSHOT_LABEL = "Capture Screenshot";
export declare const REMOVE_SCREENSHOT_LABEL = "Remove Screenshot";
export declare const ADD_SCREENSHOT_LABEL = "Add a screenshot";
export declare const REMOVE_SCREENSHOT_LABEL = "Remove screenshot";
export declare const FEEDBACK_WIDGET_SOURCE = "widget";

@@ -49,0 +49,0 @@ export declare const FEEDBACK_API_SOURCE = "api";

@@ -8,7 +8,7 @@ type VNode = any;

}
export default function ToolbarFactory({ h, }: FactoryParams): ({ action, setAction, }: {
action: 'highlight' | 'hide';
setAction: Hooks.StateUpdater<'highlight' | 'hide'>;
export default function ToolbarFactory({ h }: FactoryParams): ({ action, setAction, }: {
action: 'crop' | 'annotate' | '';
setAction: Hooks.StateUpdater<'crop' | 'annotate' | ''>;
}) => VNode;
export {};
//# sourceMappingURL=Toolbar.d.ts.map

@@ -45,4 +45,4 @@ export declare const WINDOW: {

export declare const IS_REQUIRED_LABEL = "(required)";
export declare const ADD_SCREENSHOT_LABEL = "Capture Screenshot";
export declare const REMOVE_SCREENSHOT_LABEL = "Remove Screenshot";
export declare const ADD_SCREENSHOT_LABEL = "Add a screenshot";
export declare const REMOVE_SCREENSHOT_LABEL = "Remove screenshot";
export declare const FEEDBACK_WIDGET_SOURCE = "widget";

@@ -49,0 +49,0 @@ export declare const FEEDBACK_API_SOURCE = "api";

@@ -6,7 +6,7 @@ import type { VNode, h as hType } from 'preact';

}
export default function ToolbarFactory({ h, }: FactoryParams): ({ action, setAction, }: {
action: 'highlight' | 'hide';
setAction: Hooks.StateUpdater<'highlight' | 'hide'>;
export default function ToolbarFactory({ h }: FactoryParams): ({ action, setAction, }: {
action: 'crop' | 'annotate' | '';
setAction: Hooks.StateUpdater<'crop' | 'annotate' | ''>;
}) => VNode;
export {};
//# sourceMappingURL=Toolbar.d.ts.map
{
"name": "@sentry-internal/feedback",
"version": "9.5.0-alpha.0",
"version": "9.5.0",
"description": "Sentry SDK integration for user feedback",

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

"dependencies": {
"@sentry/core": "9.5.0-alpha.0"
"@sentry/core": "9.5.0"
},

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

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