New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fastly/compute-js-opentelemetry

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/compute-js-opentelemetry - npm Package Compare versions

Comparing version

to
0.4.1

build/auto-instrumentations-compute-js/index.d.ts

11

package.json
{
"name": "@fastly/compute-js-opentelemetry",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",

@@ -34,3 +34,3 @@ "description": "OpenTelemetry SDK for Fastly Compute",

"build": "npm run clean && npm run test && npm run compile",
"clean": "tsc --build --clean tsconfig.build.json",
"clean": "rimraf build",
"compile": "tsc --build tsconfig.build.json",

@@ -63,2 +63,3 @@ "test": "NODE_OPTIONS=\"--import=tsx --import=./test/fastly-mocks/register.js\" c8 mocha --require test/mocha_bootstrap.js test/testHelpers.ts test/**/*.test.ts"

"mocha": "10.2.0",
"rimraf": "^5.0.7",
"sinon": "12.0.1",

@@ -72,5 +73,5 @@ "tsx": "^4.7.1",

"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"build/**/*.js",
"build/**/*.js.map",
"build/**/*.d.ts",
"LICENSE",

@@ -77,0 +78,0 @@ "README.md",