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

@opentelemetry/context-async-hooks

Package Overview
Dependencies
Maintainers
3
Versions
119
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 1.25.1 to 1.26.0

2

build/src/version.d.ts

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

export declare const VERSION = "1.25.1";
export declare const VERSION = "1.26.0";
//# sourceMappingURL=version.d.ts.map

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

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

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

"clean": "tsc --build --clean",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"test": "nyc mocha 'test/**/*.test.ts'",
"tdd": "npm run test -- --watch-extensions ts --watch",

@@ -50,3 +50,3 @@ "codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",

"@opentelemetry/api": ">=1.0.0 <1.10.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.6.5",

@@ -56,5 +56,4 @@ "codecov": "3.8.3",

"lerna": "6.6.2",
"mocha": "10.2.0",
"mocha": "10.7.3",
"nyc": "15.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"

@@ -67,3 +66,3 @@ },

"sideEffects": false,
"gitHead": "0608f405573901e54db01e44c533009cf28be262"
"gitHead": "720bc8c70d47029cb6b41a34ffdc3d25cbaa2f80"
}

Sorry, the diff of this file is not supported yet

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