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.0.0-rc.1 to 4.0.0-rc.2

1

dist/api.js

@@ -62,2 +62,3 @@ "use strict";

var encodedOptions = [];
encodedOptions.push("dsn=" + dsn.toString());
for (var key in dialogOptions) {

@@ -64,0 +65,0 @@ if (key === 'user') {

10

package.json
{
"name": "@sentry/core",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.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.0.0-rc.1",
"@sentry/minimal": "4.0.0-rc.1",
"@sentry/types": "4.0.0-rc.1",
"@sentry/utils": "4.0.0-rc.1"
"@sentry/hub": "4.0.0-rc.2",
"@sentry/minimal": "4.0.0-rc.2",
"@sentry/types": "4.0.0-rc.2",
"@sentry/utils": "4.0.0-rc.2"
},

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

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