Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
8
Versions
526
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 4.2.0 to 4.2.1

2

dist/integrations/dedupe.js

@@ -39,4 +39,4 @@ "use strict";

var hub_1 = require("@sentry/hub");
var logger_1 = require("@sentry/utils/logger");
var misc_1 = require("@sentry/utils/misc");
var logger_1 = require("../logger");
/** Deduplication filter */

@@ -43,0 +43,0 @@ var Dedupe = /** @class */ (function () {

@@ -14,4 +14,4 @@ "use strict";

function initAndBind(clientClass, options) {
if (!options.debug) {
logger_1.logger.disable();
if (options.debug === true) {
logger_1.logger.enable();
}

@@ -18,0 +18,0 @@ if (hub_1.getCurrentHub().getClient()) {

{
"name": "@sentry/core",
"version": "4.2.0",
"version": "4.2.1",
"description": "Base implementation for all Sentry JavaScript SDKs",

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

"dependencies": {
"@sentry/hub": "4.2.0",
"@sentry/minimal": "4.2.0",
"@sentry/types": "4.2.0",
"@sentry/utils": "4.2.0"
"@sentry/hub": "4.2.1",
"@sentry/minimal": "4.2.1",
"@sentry/types": "4.2.1",
"@sentry/utils": "4.2.1"
},

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

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