Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
9
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/core - npm Package Compare versions

Comparing version 0.5.0-beta.2 to 0.5.0-beta.3

8

dist/base.js

@@ -116,8 +116,2 @@ "use strict";

function FrontendBase(backendClass, options) {
/**
* A scope instance containing breadcrumbs and context, used if none is
* specified to the public methods. This is specifically used in standalone
* mode, when the Frontend is directly instanciated by the user.
*/
this.internalScope = this.getInitialScope();
this.backend = new backendClass(this);

@@ -128,2 +122,4 @@ this.options = options;

}
// The initial scope must have access to backend, options and DSN
this.internalScope = this.getInitialScope();
}

@@ -130,0 +126,0 @@ /**

{
"name": "@sentry/core",
"version": "0.5.0-beta.2",
"version": "0.5.0-beta.3",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -17,7 +17,7 @@ "repository": "https://github.com/getsentry/raven-js/tree/next",

"dependencies": {
"@sentry/shim": "0.5.0-beta.2"
"@sentry/shim": "0.5.0-beta.3"
},
"devDependencies": {
"chai": "^4.1.2",
"jest": "^22.4.2",
"jest": "^22.4.3",
"npm-run-all": "^4.1.2",

@@ -27,5 +27,5 @@ "prettier": "^1.11.1",

"rimraf": "^2.6.2",
"sinon": "^4.4.2",
"sinon": "^4.4.9",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
"typescript": "^2.8.1"
},

@@ -32,0 +32,0 @@ "scripts": {

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