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

@sentry-internal/feedback

Package Overview
Dependencies
Maintainers
9
Versions
148
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 8.41.0 to 8.42.0

2

build/npm/esm/package.json

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

{"type":"module","version":"8.41.0","sideEffects":false}
{"type":"module","version":"8.42.0","sideEffects":false}

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

import { FeedbackInternalOptions } from '@sentry/types';
import { FeedbackInternalOptions } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Creates <style> element for widget actor (button that opens the dialog)

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

import { FeedbackModalIntegration, Integration, IntegrationFn } from '@sentry/types';
import { FeedbackModalIntegration, Integration, IntegrationFn } from '@sentry/core';
import { ActorComponent } from './components/Actor';

@@ -3,0 +3,0 @@ import { OverrideFeedbackConfiguration } from './types';

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

import { SendFeedback } from '@sentry/types';
import { SendFeedback } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Public API to send a Feedback item to Sentry

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

import { BrowserClientReplayOptions, ClientOptions, Event, SeverityLevel } from '@sentry/core';
import { BaseClient } from '@sentry/core';
import { BrowserClientReplayOptions, ClientOptions, Event, SeverityLevel } from '@sentry/types';
export interface TestClientOptions extends ClientOptions, BrowserClientReplayOptions {

@@ -4,0 +4,0 @@ }

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

import { FeedbackInternalOptions } from '@sentry/types';
import { FeedbackInternalOptions } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Partial configuration that overrides default configuration values

type VNode = any;
import { FeedbackInternalOptions } from '@sentry/types';
import { FeedbackInternalOptions } from '@sentry/core';
// replaced import from preact

@@ -4,0 +4,0 @@ import { Props as HeaderProps } from './DialogHeader';

type VNode = any;
import { FeedbackInternalOptions } from '@sentry/types';
import { FeedbackInternalOptions } from '@sentry/core';
// replaced import from preact

@@ -4,0 +4,0 @@ export interface Props {

type VNode = any;
import { FeedbackFormData, FeedbackInternalOptions, FeedbackScreenshotIntegration, SendFeedback } from '@sentry/types';
import { FeedbackFormData, FeedbackInternalOptions, FeedbackScreenshotIntegration, SendFeedback } from '@sentry/core';
// replaced import from preact

@@ -4,0 +4,0 @@ export interface Props extends Pick<FeedbackInternalOptions, 'showEmail' | 'showName'> {

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

import { FeedbackModalIntegration } from '@sentry/types';
import { FeedbackModalIntegration } from '@sentry/core';
export declare const feedbackModalIntegration: () => FeedbackModalIntegration;
//# sourceMappingURL=integration.d.ts.map
type ComponentType<T> = any;
declare const hType: any;
import { FeedbackInternalOptions, FeedbackModalIntegration } from '@sentry/types';
import { FeedbackInternalOptions, FeedbackModalIntegration } from '@sentry/core';
// replaced import from preact

@@ -5,0 +5,0 @@ import * as Hooks from 'preact/hooks';

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

import { FeedbackScreenshotIntegration } from '@sentry/types';
import { FeedbackScreenshotIntegration } from '@sentry/core';
export declare const feedbackScreenshotIntegration: () => FeedbackScreenshotIntegration;
//# sourceMappingURL=integration.d.ts.map

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

import { FeedbackInternalOptions } from '@sentry/types';
import { FeedbackInternalOptions } from '@sentry/core';
import { OptionalFeedbackConfiguration } from '../core/types';

@@ -3,0 +3,0 @@ /**

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

import { FeedbackFormData, FeedbackInternalOptions } from '@sentry/types';
import { FeedbackFormData, FeedbackInternalOptions } from '@sentry/core';
export type Props = Pick<FeedbackInternalOptions, 'emailLabel' | 'isEmailRequired' | 'isNameRequired' | 'messageLabel' | 'nameLabel'>;

@@ -3,0 +3,0 @@ /**

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

import type { FeedbackInternalOptions } from '@sentry/types';
import type { FeedbackInternalOptions } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Creates <style> element for widget actor (button that opens the dialog)

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

import type { FeedbackModalIntegration, Integration, IntegrationFn } from '@sentry/types';
import type { FeedbackModalIntegration, Integration, IntegrationFn } from '@sentry/core';
import type { ActorComponent } from './components/Actor';

@@ -3,0 +3,0 @@ import type { OverrideFeedbackConfiguration } from './types';

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

import type { SendFeedback } from '@sentry/types';
import type { SendFeedback } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Public API to send a Feedback item to Sentry

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

import type { BrowserClientReplayOptions, ClientOptions, Event, SeverityLevel } from '@sentry/core';
import { BaseClient } from '@sentry/core';
import type { BrowserClientReplayOptions, ClientOptions, Event, SeverityLevel } from '@sentry/types';
export interface TestClientOptions extends ClientOptions, BrowserClientReplayOptions {

@@ -4,0 +4,0 @@ }

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

import type { FeedbackInternalOptions } from '@sentry/types';
import type { FeedbackInternalOptions } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Partial configuration that overrides default configuration values

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

import type { FeedbackInternalOptions } from '@sentry/types';
import type { FeedbackInternalOptions } from '@sentry/core';
import type { VNode } from 'preact';

@@ -3,0 +3,0 @@ import type { Props as HeaderProps } from './DialogHeader';

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

import type { FeedbackInternalOptions } from '@sentry/types';
import type { FeedbackInternalOptions } from '@sentry/core';
import type { VNode } from 'preact';

@@ -3,0 +3,0 @@ export interface Props {

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

import type { FeedbackFormData, FeedbackInternalOptions, FeedbackScreenshotIntegration, SendFeedback } from '@sentry/types';
import type { FeedbackFormData, FeedbackInternalOptions, FeedbackScreenshotIntegration, SendFeedback } from '@sentry/core';
import type { VNode } from 'preact';

@@ -3,0 +3,0 @@ export interface Props extends Pick<FeedbackInternalOptions, 'showEmail' | 'showName'> {

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

import type { FeedbackModalIntegration } from '@sentry/types';
import type { FeedbackModalIntegration } from '@sentry/core';
export declare const feedbackModalIntegration: () => FeedbackModalIntegration;
//# sourceMappingURL=integration.d.ts.map

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

import type { FeedbackInternalOptions, FeedbackModalIntegration } from '@sentry/types';
import type { FeedbackInternalOptions, FeedbackModalIntegration } from '@sentry/core';
import type { ComponentType, h as hType } from 'preact';

@@ -3,0 +3,0 @@ import type * as Hooks from 'preact/hooks';

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

import type { FeedbackScreenshotIntegration } from '@sentry/types';
import type { FeedbackScreenshotIntegration } from '@sentry/core';
export declare const feedbackScreenshotIntegration: () => FeedbackScreenshotIntegration;
//# sourceMappingURL=integration.d.ts.map

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

import type { FeedbackInternalOptions } from '@sentry/types';
import type { FeedbackInternalOptions } from '@sentry/core';
import type { OptionalFeedbackConfiguration } from '../core/types';

@@ -3,0 +3,0 @@ /**

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

import type { FeedbackFormData, FeedbackInternalOptions } from '@sentry/types';
import type { FeedbackFormData, FeedbackInternalOptions } from '@sentry/core';
export type Props = Pick<FeedbackInternalOptions, 'emailLabel' | 'isEmailRequired' | 'isNameRequired' | 'messageLabel' | 'nameLabel'>;

@@ -3,0 +3,0 @@ /**

{
"name": "@sentry-internal/feedback",
"version": "8.41.0",
"version": "8.42.0",
"description": "Sentry SDK integration for user feedback",

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

"dependencies": {
"@sentry/core": "8.41.0",
"@sentry/types": "8.41.0"
"@sentry/core": "8.42.0"
},

@@ -46,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

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

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