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

@opentelemetry/instrumentation-nestjs-core

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-nestjs-core - npm Package Compare versions

Comparing version 0.31.0 to 0.31.1

1

build/src/index.d.ts
import { Instrumentation } from './instrumentation';
export * from './instrumentation';
export { Instrumentation as NestInstrumentation };
export * from './enums/AttributeNames';
//# sourceMappingURL=index.d.ts.map

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

__exportStar(require("./instrumentation"), exports);
__exportStar(require("./enums/AttributeNames"), exports);
//# sourceMappingURL=index.js.map

2

build/src/version.d.ts

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

export declare const VERSION = "0.31.0";
export declare const VERSION = "0.31.1";
//# sourceMappingURL=version.d.ts.map

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

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

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

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

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

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

@@ -84,3 +84,3 @@ "@types/vinyl-fs": "2.4.12",

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core#readme",
"gitHead": "4a9442ceea7f8555ad6e5f731f92834f3398d5b9"
"gitHead": "bd79bd04cba3f16658caf37d9a5c65e5bd5980f6"
}

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