Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/context-zone

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/context-zone - npm Package Compare versions

Comparing version 0.19.1-alpha.37 to 0.19.1-alpha.39

build/esm/index.d.ts

16

package.json
{
"name": "@opentelemetry/context-zone",
"version": "0.19.1-alpha.37+a0385c45",
"version": "0.19.1-alpha.39+23ba4bfd",
"description": "OpenTelemetry Context Zone",
"main": "build/src/index.js",
"module": "build/esm/index.js",
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js",
"scripts": {
"compile": "tsc --build",
"clean": "tsc --build --clean",
"compile": "tsc --build tsconfig.json tsconfig.esm.json",
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"version": "node ../../scripts/version-update.js",
"watch": "tsc --build --watch"
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json"
},

@@ -30,2 +31,5 @@ "keywords": [

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

@@ -68,7 +72,7 @@ "build/src/**/*.js.map",

"dependencies": {
"@opentelemetry/context-zone-peer-dep": "^0.19.1-alpha.37+a0385c45",
"@opentelemetry/context-zone-peer-dep": "^0.19.1-alpha.39+23ba4bfd",
"zone.js": "^0.11.0"
},
"sideEffects": true,
"gitHead": "a0385c45376a86d396cb364feda2b4afebd836d1"
"gitHead": "23ba4bfdc77c8bf594bf0c817320a31f59ca0bd4"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc