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 to 4.0.1

dist/integrations/index.d.ts

2

dist/index.d.ts

@@ -12,1 +12,3 @@ export { logger } from './logger';

export { initAndBind, ClientClass } from './sdk';
import * as Integrations from './integrations';
export { Integrations };

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

exports.initAndBind = sdk_1.initAndBind;
var Integrations = require("./integrations");
exports.Integrations = Integrations;
//# sourceMappingURL=index.js.map

8

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

@@ -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