Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
0
Maintainers
8
Versions
447
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.9 to 4.0.0-beta.10

14

dist/index.d.ts

@@ -61,7 +61,13 @@ /** Supported Sentry transport protocols in a DSN. */

export interface SdkInfo {
version?: string;
name?: string;
name: string;
version: string;
integrations?: string[];
packages?: Package[];
}
/** TODO */
export interface Package {
name: string;
version: string;
}
/** TODO */
export interface StackFrame {

@@ -163,5 +169,3 @@ filename?: string;

export interface SentryResponse {
code: number;
event_id?: string;
status?: Status;
status: Status;
}

@@ -168,0 +172,0 @@ /** TODO */

{
"name": "@sentry/types",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "Types for all Sentry JavaScript SDKs",

@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/raven-js.git",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc