🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@sentry/profiling-node

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/profiling-node - npm Package Compare versions

Comparing version

to
9.1.1-alpha.0

@@ -535,3 +535,3 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

const CHUNK_INTERVAL_MS = 5000;
const CHUNK_INTERVAL_MS = 1000 * 60;
const PROFILE_MAP = new core.LRUMap(50);

@@ -538,0 +538,0 @@ const PROFILE_TIMEOUTS = {};

@@ -533,3 +533,3 @@ import { CpuProfilerBindings } from '@sentry-internal/node-cpu-profiler';

const CHUNK_INTERVAL_MS = 5000;
const CHUNK_INTERVAL_MS = 1000 * 60;
const PROFILE_MAP = new LRUMap(50);

@@ -536,0 +536,0 @@ const PROFILE_TIMEOUTS = {};

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

{"type":"module","version":"9.1.0","sideEffects":false}
{"type":"module","version":"9.1.1-alpha.0","sideEffects":false}
{
"name": "@sentry/profiling-node",
"version": "9.1.0",
"version": "9.1.1-alpha.0",
"description": "Official Sentry SDK for Node.js Profiling",

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

"@sentry-internal/node-cpu-profiler": "^2.0.0",
"@sentry/core": "9.1.0",
"@sentry/node": "9.1.0"
"@sentry/core": "9.1.1-alpha.0",
"@sentry/node": "9.1.1-alpha.0"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet