Socket
Socket
Sign inDemoInstall

@opentelemetry/context-async-hooks

Package Overview
Dependencies
Maintainers
4
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.14.0 to 0.15.0

2

build/src/version.d.ts

@@ -1,2 +0,2 @@

export declare const VERSION = "0.14.0";
export declare const VERSION = "0.15.0";
//# sourceMappingURL=version.d.ts.map

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

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

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

"scripts": {
"compile": "tsc --build",
"clean": "tsc --build --clean",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"tdd": "npm run test -- --watch-extensions ts --watch",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"clean": "rimraf build/*",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"precompile": "tsc --version",
"version:update": "node ../../scripts/version-update.js",
"compile": "npm run version:update && tsc -p .",
"prepare": "npm run compile"
"version": "node ../../scripts/version-update.js"
},

@@ -47,3 +45,3 @@ "keywords": [

"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/node": "14.14.20",
"@types/shimmer": "1.0.1",

@@ -60,5 +58,5 @@ "codecov": "3.8.1",

"dependencies": {
"@opentelemetry/context-base": "^0.14.0"
"@opentelemetry/context-base": "^0.15.0"
},
"gitHead": "27a8d4530c56257c191468b073669909bf8892a1"
"gitHead": "960b868f5b7686eabbf49190071b8463551e5d8f"
}
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