Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/core

Package Overview
Dependencies
Maintainers
8
Versions
537
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.0.5 to 4.0.6

2

dist/interfaces.d.ts

@@ -65,3 +65,3 @@ import { Scope } from '@sentry/hub';

/** Configures the repository spec for events */
repos?: Repo[];
repos?: Record<string, Repo>;
/** Sets the distribution for all events */

@@ -68,0 +68,0 @@ dist?: string;

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

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

"dependencies": {
"@sentry/hub": "4.0.5",
"@sentry/minimal": "4.0.5",
"@sentry/types": "4.0.1",
"@sentry/utils": "4.0.5"
"@sentry/hub": "4.0.6",
"@sentry/minimal": "4.0.6",
"@sentry/types": "4.0.6",
"@sentry/utils": "4.0.6"
},

@@ -40,2 +40,3 @@ "devDependencies": {

"lint:tslint": "tslint -t stylish -p .",
"lint:tslint:json": "tslint --format json -p . | tee lint-results.json",
"fix": "run-s fix:tslint fix:prettier",

@@ -42,0 +43,0 @@ "fix:prettier": "prettier --write '{src,test}/**/*.ts'",

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