Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
10
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 5.6.0-beta.2 to 5.6.0-beta.3

2

dist/api.js

@@ -47,3 +47,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

var header = ["Sentry sentry_version=" + SENTRY_API_VERSION];
header.push("sentry_timestamp=" + utils_1.timestampWithMs());
header.push("sentry_timestamp=" + utils_1.timestampWithMs()); // TODO: This can be removed
header.push("sentry_client=" + clientName + "/" + clientVersion);

@@ -50,0 +50,0 @@ header.push("sentry_key=" + dsn.user);

@@ -46,3 +46,3 @@ import { timestampWithMs, urlEncode } from '@sentry/utils';

var header = ["Sentry sentry_version=" + SENTRY_API_VERSION];
header.push("sentry_timestamp=" + timestampWithMs());
header.push("sentry_timestamp=" + timestampWithMs()); // TODO: This can be removed
header.push("sentry_client=" + clientName + "/" + clientVersion);

@@ -49,0 +49,0 @@ header.push("sentry_key=" + dsn.user);

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

@@ -19,6 +19,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/hub": "5.6.0-beta.2",
"@sentry/minimal": "5.6.0-beta.2",
"@sentry/types": "5.6.0-beta.2",
"@sentry/utils": "5.6.0-beta.2",
"@sentry/hub": "5.6.0-beta.3",
"@sentry/minimal": "5.6.0-beta.3",
"@sentry/types": "5.6.0-beta.3",
"@sentry/utils": "5.6.0-beta.3",
"tslib": "^1.9.3"

@@ -25,0 +25,0 @@ },

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