Socket
Socket
Sign inDemoInstall

@sentry/integrations

Package Overview
Dependencies
Maintainers
12
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/integrations - npm Package Compare versions

Comparing version 5.8.0-beta.0 to 5.8.0-beta.1

build/transactionactivity.js

1

dist/index.d.ts

@@ -13,2 +13,3 @@ export { Angular } from './angular';

export { Transaction } from './transaction';
export { TransactionActivity } from './transactionactivity';
export { Vue } from './vue';

@@ -26,4 +26,6 @@ Object.defineProperty(exports, "__esModule", { value: true });

exports.Transaction = transaction_1.Transaction;
var transactionactivity_1 = require("./transactionactivity");
exports.TransactionActivity = transactionactivity_1.TransactionActivity;
var vue_1 = require("./vue");
exports.Vue = vue_1.Vue;
//# sourceMappingURL=index.js.map

@@ -13,2 +13,3 @@ export { Angular } from './angular';

export { Transaction } from './transaction';
export { TransactionActivity } from './transactionactivity';
export { Vue } from './vue';

@@ -13,3 +13,4 @@ export { Angular } from './angular';

export { Transaction } from './transaction';
export { TransactionActivity } from './transactionactivity';
export { Vue } from './vue';
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@sentry/integrations",
"version": "5.8.0-beta.0",
"version": "5.8.0-beta.1",
"description": "Pluggable integrations that can be used to enchance JS SDKs",

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

"dependencies": {
"@sentry/types": "5.8.0-beta.0",
"@sentry/utils": "5.8.0-beta.0",
"@sentry/types": "5.8.0-beta.1",
"@sentry/utils": "5.8.0-beta.1",
"tslib": "^1.9.3"

@@ -23,0 +23,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