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

@opentelemetry/instrumentation-generic-pool

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-generic-pool - npm Package Compare versions

Comparing version 0.27.1 to 0.27.2

4

build/src/instrumentation.d.ts

@@ -1,6 +0,6 @@

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { InstrumentationBase, InstrumentationConfig, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import type * as genericPool from 'generic-pool';
export default class Instrumentation extends InstrumentationBase<typeof genericPool> {
private _isDisabled;
constructor();
constructor(config?: InstrumentationConfig);
init(): (InstrumentationNodeModuleDefinition<typeof genericPool> | InstrumentationNodeModuleDefinition<any>)[];

@@ -7,0 +7,0 @@ private _acquirePatcher;

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

class Instrumentation extends instrumentation_1.InstrumentationBase {
constructor() {
constructor(config = {}) {
super(`@opentelemetry/instrumentation-${MODULE_NAME}`, version_1.VERSION);

@@ -26,0 +26,0 @@ // only used for v2 - v2.3)

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

export declare const VERSION = "0.27.1";
export declare const VERSION = "0.27.2";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.27.1';
exports.VERSION = '0.27.2';
//# sourceMappingURL=version.js.map
# Changelog
### [0.27.2](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-generic-pool-v0.27.1...instrumentation-generic-pool-v0.27.2) (2022-02-06)
### Bug Fixes
* **auto-instrumentations-node:** add more instrumentations ([#865](https://www.github.com/open-telemetry/opentelemetry-js-contrib/issues/865)) ([6ba387a](https://www.github.com/open-telemetry/opentelemetry-js-contrib/commit/6ba387ab45d0f67fdfac85c43bb0f0f67f2a119b))
### [0.27.1](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-generic-pool-v0.27.0...instrumentation-generic-pool-v0.27.1) (2022-01-24)

@@ -4,0 +11,0 @@

{
"name": "@opentelemetry/instrumentation-generic-pool",
"version": "0.27.1",
"version": "0.27.2",
"description": "OpenTelemetry Generic Pool automatic instrumentation package",

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

"@types/mocha": "7.0.2",
"@types/node": "14.17.9",
"@types/node": "16.11.21",
"@types/semver": "7.3.8",

@@ -72,3 +72,3 @@ "codecov": "3.8.3",

},
"gitHead": "edfc04cbe3e7faaa365724ddc26bf702b68cc008"
"gitHead": "ecd0307e98c4d4ecd2a111764bd77371a1390653"
}

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