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

@opentelemetry/sql-common

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/sql-common - npm Package Compare versions

Comparing version
0.40.1
to
0.41.0
+8
-11
package.json
{
"name": "@opentelemetry/sql-common",
"version": "0.40.1",
"version": "0.41.0",
"description": "Utilities for SQL instrumentations",

@@ -14,6 +14,5 @@ "main": "build/src/index.js",

"compile": "tsc --build tsconfig.json",
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/sql-common --include-dependencies",
"prewatch": "npm run precompile",
"prepublishOnly": "npm run compile",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"test": "nyc mocha 'test/**/*.test.ts'",
"watch": "tsc -w"

@@ -35,3 +34,3 @@ },

"engines": {
"node": ">=14"
"node": "^18.19.0 || >=20.6.0"
},

@@ -46,14 +45,12 @@ "bugs": {

"dependencies": {
"@opentelemetry/core": "^1.1.0"
"@opentelemetry/core": "^2.0.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.1.0",
"@types/mocha": "^7.0.2",
"@types/node": "18.6.5",
"mocha": "7.2.0",
"@types/mocha": "^10.0.0",
"@types/node": "18.18.14",
"nyc": "15.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
"typescript": "5.0.4"
},
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973"
"gitHead": "32abc4c3c01d0e78e10022c74b6805b06e0e1fe7"
}