egg-jaeger
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.0.6](https://github.com/sqlwwx/egg-jaeger/compare/v2.0.5...v2.0.6) (2019-11-04) | ||
### [2.0.5](https://github.com/sqlwwx/egg-jaeger/compare/v2.0.4...v2.0.5) (2019-10-26) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "egg-jaeger", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "jaeger egg plugin", | ||
@@ -14,3 +14,3 @@ "eggPlugin": { | ||
"dependencies": { | ||
"async-local-storage": "github:sqlwwx/async-local-storage#86d1fcf", | ||
"async-local-storage": "git+ssh://git@gitlab.weidiango.com:github-mirror/async-local-storage#v2", | ||
"jaeger-client": "^3.17.0" | ||
@@ -17,0 +17,0 @@ }, |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
14193