lightstep-tracer
Advanced tools
Comparing version 0.25.0 to 0.25.1
@@ -7,3 +7,6 @@ # CHANGELOG | ||
## 0.24.4 | ||
## 0.25.1 | ||
* No changes (minor bump to align with 0.25.1-no-protobuf release) | ||
## 0.25.0 | ||
* Bug fix on `fetch` instrumentation options headers being overwritten in some cases. | ||
@@ -10,0 +13,0 @@ * Re-build dist to fix failed page load on IE11 (#207) |
{ | ||
"name": "lightstep-tracer", | ||
"version": "0.25.0", | ||
"version": "0.25.1", | ||
"main": "index.js", | ||
@@ -11,3 +11,4 @@ "types": "index.d.ts", | ||
"scripts": { | ||
"test": "rm -f test/results/*.json && node node_modules/mocha/bin/mocha -c test/unittest_node.js" | ||
"test": "rm -f test/results/*.json && node node_modules/mocha/bin/mocha -c test/unittest_node.js", | ||
"version": "make build && git add -A dist" | ||
}, | ||
@@ -14,0 +15,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
28
5101544
200