Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-connect

Package Overview
Dependencies
4
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.30.0 to 0.30.1

build/src/internal-types.d.ts

1

build/src/index.d.ts
export * from './enums/AttributeNames';
export * from './instrumentation';
export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -30,3 +30,2 @@ "use strict";

__exportStar(require("./instrumentation"), exports);
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
import { Span } from '@opentelemetry/api';
import type { HandleFunction, NextFunction, Server } from 'connect';
import { Use } from './types';
import { Use } from './internal-types';
import { InstrumentationBase, InstrumentationConfig, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';

@@ -5,0 +5,0 @@ export declare const ANONYMOUS_NAME = "anonymous";

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

export declare const VERSION = "0.30.0";
export declare const VERSION = "0.30.1";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.30.0';
exports.VERSION = '0.30.1';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-connect",
"version": "0.30.0",
"version": "0.30.1",
"description": "OpenTelemetry connect automatic instrumentation package.",

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

"engines": {
"node": ">=8.12.0"
"node": ">=14"
},

@@ -53,3 +53,3 @@ "files": [

"@types/mocha": "7.0.2",
"@types/node": "16.11.21",
"@types/node": "18.11.7",
"connect": "3.7.0",

@@ -70,3 +70,3 @@ "gts": "3.1.0",

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-connect#readme",
"gitHead": "4a9442ceea7f8555ad6e5f731f92834f3398d5b9"
"gitHead": "bd79bd04cba3f16658caf37d9a5c65e5bd5980f6"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc