Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sentry/profiling-node

Package Overview
Dependencies
Maintainers
1
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/profiling-node - npm Package Compare versions

Comparing version
10.42.0
to
10.43.0
+1
-1
build/esm/package.json

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

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

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

"clean": "rm -rf build",
"lint": "eslint . --format stylish",
"lint": "oxlint .",
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
"fix": "eslint . --format stylish --fix",
"fix": "oxlint . --fix",
"build": "yarn build:types && yarn build:transpile",

@@ -66,4 +66,4 @@ "build:transpile": "yarn rollup -c rollup.npm.config.mjs",

"@sentry-internal/node-cpu-profiler": "^2.2.0",
"@sentry/core": "10.42.0",
"@sentry/node": "10.42.0"
"@sentry/core": "10.43.0",
"@sentry/node": "10.43.0"
},

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