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.2.0 to 0.3.0

2

build/src/AsyncHooksScopeManager.js

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

active() {
return this._scopes[asyncHooks.executionAsyncId()] || null;
return this._scopes[asyncHooks.executionAsyncId()] || undefined;
}

@@ -40,0 +40,0 @@ with(scope, fn) {

{
"name": "@opentelemetry/scope-async-hooks",
"version": "0.2.0",
"version": "0.3.0",
"description": "OpenTelemetry AsyncHooks-based Scope Manager",

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

"check": "gts check",
"precompile": "tsc --version",
"compile": "tsc -p .",

@@ -46,4 +47,4 @@ "fix": "gts fix",

"@types/shimmer": "^1.0.1",
"codecov": "^3.1.0",
"gts": "^1.0.0",
"codecov": "^3.6.1",
"gts": "^1.1.0",
"mocha": "^6.1.0",

@@ -56,7 +57,7 @@ "nyc": "^14.1.1",

"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3"
"typescript": "3.7.2"
},
"dependencies": {
"@opentelemetry/scope-base": "^0.2.0"
"@opentelemetry/scope-base": "^0.3.0"
}
}
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