Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/scope-async-hooks

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/scope-async-hooks - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

2

build/src/version.d.ts

@@ -16,2 +16,2 @@ /*!

*/
export declare const VERSION = "0.3.3";
export declare const VERSION = "0.4.0";

@@ -19,3 +19,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.3.3';
exports.VERSION = '0.4.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/scope-async-hooks",
"version": "0.3.3",
"version": "0.4.0",
"description": "OpenTelemetry AsyncHooks-based Scope Manager",

@@ -10,3 +10,3 @@ "main": "build/src/index.js",

"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.ts'",
"tdd": "yarn test -- --watch-extensions ts --watch",
"tdd": "npm run test -- --watch-extensions ts --watch",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",

@@ -55,3 +55,3 @@ "clean": "rimraf build/*",

"ts-node": "^8.6.2",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",

@@ -61,4 +61,4 @@ "typescript": "3.7.2"

"dependencies": {
"@opentelemetry/scope-base": "^0.3.3"
"@opentelemetry/scope-base": "^0.4.0"
}
}

@@ -27,3 +27,3 @@ # OpenTelemetry AsyncHooks-based Scope Manager

Context propagation is a big subject when talking about tracing in NodeJS, if you want more informations about that here are some resources:
Context propagation is a big subject when talking about tracing in NodeJS, if you want more information about that here are some resources:
- https://www.npmjs.com/package/continuation-local-storage (which was the old way of doing context propagation)

@@ -30,0 +30,0 @@ - Datadog's own implementation for their Javascript tracer: [here][dd-js-tracer-scope]

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