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.4.1 to 4.4.2

dist/integrations/extraerrordata.d.ts

1

dist/integrations/index.d.ts

@@ -5,3 +5,4 @@ export { Dedupe } from './dedupe';

export { InboundFilters } from './inboundfilters';
export { ExtraErrorData } from './extraerrordata';
export { Debug } from './pluggable/debug';
export { RewriteFrames } from './pluggable/rewriteframes';

@@ -11,2 +11,4 @@ "use strict";

exports.InboundFilters = inboundfilters_1.InboundFilters;
var extraerrordata_1 = require("./extraerrordata");
exports.ExtraErrorData = extraerrordata_1.ExtraErrorData;
var debug_1 = require("./pluggable/debug");

@@ -13,0 +15,0 @@ exports.Debug = debug_1.Debug;

10

package.json
{
"name": "@sentry/core",
"version": "4.4.1",
"version": "4.4.2",
"description": "Base implementation for all Sentry JavaScript SDKs",

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

"dependencies": {
"@sentry/hub": "4.4.1",
"@sentry/minimal": "4.4.1",
"@sentry/types": "4.4.1",
"@sentry/utils": "4.4.1",
"@sentry/hub": "4.4.2",
"@sentry/minimal": "4.4.2",
"@sentry/types": "4.4.2",
"@sentry/utils": "4.4.2",
"tslib": "^1.9.3"

@@ -24,0 +24,0 @@ },

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