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.0 to 0.19.1-alpha.11

build/esm/index.d.ts

22

package.json
{
"name": "@opentelemetry/context-zone",
"version": "0.19.0",
"version": "0.19.1-alpha.11+2afcc7c9",
"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",

@@ -42,5 +46,5 @@ "build/src/**/*.js.map",

"devDependencies": {
"@babel/core": "7.13.15",
"@babel/core": "7.14.0",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"@types/node": "14.14.43",
"@types/sinon": "9.0.11",

@@ -60,3 +64,3 @@ "@types/webpack-env": "1.16.0",

"sinon": "10.0.0",
"ts-loader": "8.1.0",
"ts-loader": "8.2.0",
"ts-mocha": "8.0.0",

@@ -70,7 +74,7 @@ "ts-node": "9.1.1",

"dependencies": {
"@opentelemetry/context-zone-peer-dep": "0.19.0",
"@opentelemetry/context-zone-peer-dep": "^0.19.1-alpha.11+2afcc7c9",
"zone.js": "^0.11.0"
},
"sideEffects": true,
"gitHead": "0c15999dccd377294a03cf7d36085216d6e8c5c1"
"gitHead": "2afcc7c90d93bac4fa9180f4fd312ed01370b2b5"
}
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