@antsplatform/otel
Advanced tools
+21
| Copyright (c) 2023 Finto Technologies GmbH | ||
| Copyright (c) 2022 PostHog (part of Hiberly Inc) | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+11
-11
| { | ||
| "name": "@antsplatform/otel", | ||
| "version": "1.0.10", | ||
| "version": "1.0.11", | ||
| "author": "Ants Platform", | ||
@@ -23,10 +23,2 @@ "license": "MIT", | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest", | ||
| "format": "prettier --write \"src/**/*.ts\"", | ||
| "format:check": "prettier --check \"src/**/*.ts\"", | ||
| "clean": "rm -rf dist" | ||
| }, | ||
| "files": [ | ||
@@ -36,3 +28,3 @@ "dist" | ||
| "dependencies": { | ||
| "@antsplatform/core": "^1.0.9" | ||
| "@antsplatform/core": "^1.0.11" | ||
| }, | ||
@@ -44,3 +36,11 @@ "peerDependencies": { | ||
| "@opentelemetry/sdk-trace-base": "^2.0.1" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest", | ||
| "format": "prettier --write \"src/**/*.ts\"", | ||
| "format:check": "prettier --check \"src/**/*.ts\"", | ||
| "clean": "rm -rf dist" | ||
| } | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
121409
0.95%9
12.5%Updated