Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-hapi

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-hapi - npm Package Compare versions

Comparing version 0.39.0 to 0.40.0

2

build/src/instrumentation.js

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

init() {
return new instrumentation_1.InstrumentationNodeModuleDefinition(internal_types_1.HapiComponentName, ['>=17 <22'], (module) => {
return new instrumentation_1.InstrumentationNodeModuleDefinition(internal_types_1.HapiComponentName, ['>=17.0.0 <22'], (module) => {
const moduleExports = module[Symbol.toStringTag] === 'Module' ? module.default : module;

@@ -34,0 +34,0 @@ if (!(0, instrumentation_1.isWrapped)(moduleExports.server)) {

@@ -1,3 +0,3 @@

export declare const PACKAGE_VERSION = "0.39.0";
export declare const PACKAGE_VERSION = "0.40.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-hapi";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.PACKAGE_VERSION = '0.39.0';
exports.PACKAGE_VERSION = '0.40.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-hapi';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-hapi",
"version": "0.39.0",
"version": "0.40.0",
"description": "OpenTelemetry instrumentation for `@hapi/hapi` http web application framework",

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

"lint:fix": "eslint . --ext .ts --fix",
"lint:readme": "node ../../../scripts/lint-readme.js",
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-hapi --include-dependencies",

@@ -69,3 +70,3 @@ "prewatch": "npm run precompile",

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-hapi#readme",
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020"
"gitHead": "ad8436d6a4174f2288cb939080cd4e74da94b0d7"
}

@@ -10,2 +10,4 @@ # OpenTelemetry Hapi Instrumentation for Node.js

Compatible with OpenTelemetry JS API and SDK `1.0+`.
## Status

@@ -25,3 +27,3 @@

- `>=17.0.0 <22`
- [`@hapi/hapi`](https://www.npmjs.com/package/@hapi/hapi) versions `>=17.0.0 <22`

@@ -28,0 +30,0 @@ ## Usage

Sorry, the diff of this file is not supported yet

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