Socket
Socket
Sign inDemoInstall

@sentry/browser

Package Overview
Dependencies
Maintainers
9
Versions
529
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/browser - npm Package Compare versions

Comparing version 4.0.0-beta.4 to 4.0.0-beta.5

2

dist/index.d.ts

@@ -6,5 +6,5 @@ export { Breadcrumb, Request, SdkInfo, SentryEvent, SentryException, SentryResponse, Severity, StackFrame, Stacktrace, Status, Thread, User, } from '@sentry/types';

export { BrowserClient } from './client';
export { init } from './sdk';
export { defaultIntegrations, init } from './sdk';
import * as Integrations from './integrations';
import * as Transports from './transports';
export { Integrations, Transports };
import { BrowserOptions } from './backend';
import { Breadcrumbs, FunctionToString, OnError, OnUnhandledRejection, TryCatch } from './integrations';
export declare const defaultIntegrations: (Breadcrumbs | FunctionToString | OnError | OnUnhandledRejection | TryCatch)[];
/**

@@ -3,0 +5,0 @@ * The Sentry Browser SDK Client.

{
"name": "@sentry/browser",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"description": "Offical Sentry SDK for browsers",

@@ -18,7 +18,7 @@ "repository": "git://github.com/getsentry/raven-js.git",

"dependencies": {
"@sentry/core": "4.0.0-beta.4",
"@sentry/hub": "4.0.0-beta.4",
"@sentry/minimal": "4.0.0-beta.4",
"@sentry/types": "4.0.0-beta.4",
"@sentry/utils": "4.0.0-beta.4"
"@sentry/core": "4.0.0-beta.5",
"@sentry/hub": "4.0.0-beta.5",
"@sentry/minimal": "4.0.0-beta.5",
"@sentry/types": "4.0.0-beta.5",
"@sentry/utils": "4.0.0-beta.5"
},

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

Sorry, the diff of this file is too big to display

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