Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/vercel-edge

Package Overview
Dependencies
Maintainers
11
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/vercel-edge - npm Package Compare versions

Comparing version 7.77.0 to 7.78.0

2

cjs/async.js
var {
_optionalChain
} = require('@sentry/utils/cjs/buildPolyfills');
} = require('@sentry/utils');

@@ -5,0 +5,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

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

...options,
platform: 'vercel-edge',
platform: 'javascript',
// TODO: Grab version information

@@ -34,0 +34,0 @@ runtime: { name: 'vercel-edge' },

@@ -1,2 +0,2 @@

import { _optionalChain } from '@sentry/utils/esm/buildPolyfills';
import { _optionalChain } from '@sentry/utils';
import { setAsyncContextStrategy, ensureHubOnCarrier, getHubFromCarrier } from '@sentry/core';

@@ -3,0 +3,0 @@ import { GLOBAL_OBJ, logger } from '@sentry/utils';

@@ -29,3 +29,3 @@ import { ServerRuntimeClient, SDK_VERSION } from '@sentry/core';

...options,
platform: 'vercel-edge',
platform: 'javascript',
// TODO: Grab version information

@@ -32,0 +32,0 @@ runtime: { name: 'vercel-edge' },

{
"name": "@sentry/vercel-edge",
"version": "7.77.0",
"version": "7.78.0",
"description": "Offical Sentry SDK for the Vercel Edge Runtime",

@@ -26,5 +26,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "7.77.0",
"@sentry/types": "7.77.0",
"@sentry/utils": "7.77.0"
"@sentry/core": "7.78.0",
"@sentry/types": "7.78.0",
"@sentry/utils": "7.78.0"
},

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

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