@opentelemetry/sql-common
Advanced tools
+11
-7
| { | ||
| "name": "@opentelemetry/sql-common", | ||
| "version": "0.41.0", | ||
| "version": "0.41.1", | ||
| "description": "Utilities for SQL instrumentations", | ||
@@ -11,6 +11,6 @@ "main": "build/src/index.js", | ||
| "scripts": { | ||
| "lint": "eslint . --ext .ts", | ||
| "lint:fix": "eslint . --ext .ts --fix", | ||
| "compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/sql-common", | ||
| "compile": "tsc --build tsconfig.json", | ||
| "prewatch": "npm run precompile", | ||
| "lint": "eslint . --ext=ts,js,mjs", | ||
| "lint:fix": "eslint . --ext=ts,js,mjs --fix", | ||
| "prepublishOnly": "npm run compile", | ||
@@ -20,3 +20,7 @@ "test": "nyc mocha 'test/**/*.test.ts'", | ||
| }, | ||
| "repository": "open-telemetry/opentelemetry-js-contrib", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/open-telemetry/opentelemetry-js-contrib.git", | ||
| "directory": "packages/sql-common" | ||
| }, | ||
| "keywords": [ | ||
@@ -51,6 +55,6 @@ "opentelemetry", | ||
| "@types/node": "18.18.14", | ||
| "nyc": "15.1.0", | ||
| "nyc": "17.1.0", | ||
| "typescript": "5.0.4" | ||
| }, | ||
| "gitHead": "32abc4c3c01d0e78e10022c74b6805b06e0e1fe7" | ||
| "gitHead": "931c7b34f53ea625da900726b1f57c5c934b5b28" | ||
| } |
+7
-0
| # Common Utils for OpenTelemetry SQL packages | ||
| [![NPM Published Version][npm-img]][npm-url] | ||
| [![Apache License][license-image]][license-image] | ||
| This is an internal utils package used for the different SQL instrumentations: | ||
@@ -7,1 +10,5 @@ | ||
| 2. pg | ||
| [license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat | ||
| [npm-url]: https://www.npmjs.com/package/@opentelemetry/sql-common | ||
| [npm-img]: https://img.shields.io/npm/v/%40opentelemetry%2Fsql-common |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
31356
1.56%14
100%1
-50%