@opentelemetry/context-zone
Advanced tools
Comparing version 0.19.0 to 0.19.1-alpha.11
{ | ||
"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" | ||
} |
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
21569
15
89
1
+ Added@opentelemetry/api@0.20.0(transitive)
+ Added@opentelemetry/context-zone-peer-dep@0.19.1-alpha.43(transitive)
- Removed@opentelemetry/api@1.9.0(transitive)
- Removed@opentelemetry/context-zone-peer-dep@0.19.0(transitive)
Updated@opentelemetry/context-zone-peer-dep@^0.19.1-alpha.11+2afcc7c9