@opentelemetry/context-zone
Advanced tools
Comparing version 0.19.1-alpha.37 to 0.19.1-alpha.39
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
21570
15
89