🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@sentry/profiling-node

Package Overview
Dependencies
Maintainers
10
Versions
237
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

to
9.11.0

build/cjs/index.js

36

package.json
{
"name": "@sentry/profiling-node",
"version": "9.10.1",
"version": "9.11.0",
"description": "Official Sentry SDK for Node.js Profiling",

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

"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/types/index.d.ts",
"exports": {

@@ -17,8 +17,8 @@ "./package.json": "./package.json",

"import": {
"types": "./lib/types/index.d.ts",
"default": "./lib/esm/index.js"
"types": "./build/types/index.d.ts",
"default": "./build/esm/index.js"
},
"require": {
"types": "./lib/types/index.d.ts",
"default": "./lib/cjs/index.js"
"types": "./build/types/index.d.ts",
"default": "./build/cjs/index.js"
}

@@ -29,4 +29,4 @@ }

"<5.0": {
"lib/types/index.d.ts": [
"lib/types-ts3.8/index.d.ts"
"build/types/index.d.ts": [
"build/types-ts3.8/index.d.ts"
]

@@ -45,3 +45,3 @@ }

"files": [
"/lib",
"/build",
"package.json",

@@ -51,9 +51,9 @@ "/scripts/prune-profiler-binaries.js"

"scripts": {
"clean": "rm -rf build && rm -rf lib",
"clean": "rm -rf build",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
"fix": "eslint . --format stylish --fix",
"build": "yarn build:lib",
"build:lib": "yarn build:types && rollup -c rollup.npm.config.mjs",
"build:transpile": "yarn build:lib",
"build:types:downlevel": "yarn downlevel-dts lib/types lib/types-ts3.8 --to ts3.8",
"build": "yarn build:types && yarn build:transpile",
"build:transpile": "yarn rollup -c rollup.npm.config.mjs",
"build:types:downlevel": "yarn downlevel-dts build/types build/types-ts3.8 --to ts3.8",
"build:types": "tsc -p tsconfig.types.json && yarn build:types:downlevel",

@@ -71,4 +71,4 @@ "build:types:watch": "tsc -p tsconfig.types.json --watch",

"@sentry-internal/node-cpu-profiler": "^2.0.0",
"@sentry/core": "9.10.1",
"@sentry/node": "9.10.1"
"@sentry/core": "9.11.0",
"@sentry/node": "9.11.0"
},

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