Socket
Socket
Sign inDemoInstall

@sentry/integrations

Package Overview
Dependencies
Maintainers
11
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 7.92.0 to 7.93.0

10

package.json
{
"name": "@sentry/integrations",
"version": "7.92.0",
"version": "7.93.0",
"description": "Pluggable integrations that can be used to enhance JS SDKs",

@@ -32,9 +32,9 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "7.92.0",
"@sentry/types": "7.92.0",
"@sentry/utils": "7.92.0",
"@sentry/core": "7.93.0",
"@sentry/types": "7.93.0",
"@sentry/utils": "7.93.0",
"localforage": "^1.8.1"
},
"devDependencies": {
"@sentry/browser": "7.92.0",
"@sentry/browser": "7.93.0",
"chai": "^4.1.2"

@@ -41,0 +41,0 @@ },

@@ -13,2 +13,6 @@ /** This function adds duration since Sentry was initialized till the time event was sent */

message?: string | undefined;
logentry?: {
message?: string | undefined;
params?: string[] | undefined;
} | undefined;
timestamp?: number | undefined;

@@ -15,0 +19,0 @@ start_timestamp?: number | undefined;

@@ -13,2 +13,6 @@ /** This function adds duration since Sentry was initialized till the time event was sent */

message?: string | undefined;
logentry?: {
message?: string | undefined;
params?: string[] | undefined;
} | undefined;
timestamp?: number | undefined;

@@ -15,0 +19,0 @@ start_timestamp?: number | undefined;

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