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

@sentry/types

Package Overview
Dependencies
Maintainers
9
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/types - npm Package Compare versions

Comparing version 4.0.0-beta.6 to 4.0.0-beta.7

11

dist/index.d.ts

@@ -55,3 +55,5 @@ /** Supported Sentry transport protocols in a DSN. */

username?: string;
extra?: any;
extra?: {
[key: string]: any;
};
}

@@ -74,7 +76,7 @@ /** TODO */

context_line?: string;
pre_context?: string;
post_context?: string;
pre_context?: string[];
post_context?: string[];
in_app?: boolean;
vars?: {
[name: string]: any;
[key: string]: any;
};

@@ -133,2 +135,3 @@ }

request?: Request;
transaction?: string;
modules?: {

@@ -135,0 +138,0 @@ [key: string]: string;

{
"name": "@sentry/types",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc