Socket
Socket
Sign inDemoInstall

@sentry/browser

Package Overview
Dependencies
Maintainers
8
Versions
534
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.6 to 4.1.0

dist/md5.d.ts

1

dist/index.d.ts

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

Debug: typeof CoreIntegrations.Debug;
RewriteFrames: typeof CoreIntegrations.RewriteFrames;
};
export { INTEGRATIONS as Integrations, Transports };

@@ -14,2 +14,3 @@ export interface StackFrame {

mode: string;
mechanism: string;
name: string;

@@ -16,0 +17,0 @@ message: string;

2

dist/version.d.ts
export declare const SDK_NAME = "sentry.javascript.browser";
export declare const SDK_VERSION = "4.0.6";
export declare const SDK_VERSION = "4.1.0";
{
"name": "@sentry/browser",
"version": "4.0.6",
"version": "4.1.0",
"description": "Offical Sentry SDK for browsers",

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

"dependencies": {
"@sentry/core": "4.0.6",
"@sentry/types": "4.0.6",
"@sentry/utils": "4.0.6",
"md5": "2.2.1"
"@sentry/core": "4.1.0",
"@sentry/types": "4.1.0",
"@sentry/utils": "4.1.0"
},

@@ -35,2 +34,3 @@ "devDependencies": {

"karma-rollup-preprocessor": "^6.0.0",
"karma-sauce-launcher": "^1.2.0",
"karma-typescript": "^3.0.12",

@@ -45,2 +45,3 @@ "karma-typescript-es6-transform": "^1.0.4",

"rollup-plugin-license": "^0.6.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.3.0",

@@ -69,2 +70,3 @@ "rollup-plugin-npm": "^2.0.0",

"test:integration:watch": "karma start test/karma/karma.integration.config.js --auto-watch --no-single-run",
"test:saucelabs": "karma start test/karma/karma.saucelabs.config.js",
"size:check": "cat build/bundle.min.js | gzip -9 | wc -c | awk '{$1=$1/1024; print $1,\"kB\";}'",

@@ -71,0 +73,0 @@ "version": "node ../../scripts/versionbump.js src/version.ts"

@@ -10,2 +10,3 @@ <p align="center">

[![Sauce Test Status](https://saucelabs.com/buildstatus/sentryio)](https://saucelabs.com/u/sentryio)
[![npm version](https://img.shields.io/npm/v/@sentry/browser.svg)](https://www.npmjs.com/package/@sentry/browser)

@@ -16,2 +17,4 @@ [![npm dm](https://img.shields.io/npm/dm/@sentry/browser.svg)](https://www.npmjs.com/package/@sentry/browser)

[![Sauce Test Status](https://saucelabs.com/browser-matrix/sentryio.svg)](https://saucelabs.com/u/sentryio)
## Links

@@ -18,0 +21,0 @@

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