Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-nestjs-core

Package Overview
Dependencies
Maintainers
3
Versions
30
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.33.0 to 0.33.1

15

build/src/index.js

@@ -17,9 +17,18 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.NestInstrumentation = void 0;
const tslib_1 = require("tslib");
const instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "NestInstrumentation", { enumerable: true, get: function () { return instrumentation_1.Instrumentation; } });
(0, tslib_1.__exportStar)(require("./instrumentation"), exports);
(0, tslib_1.__exportStar)(require("./enums/AttributeNames"), exports);
__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.33.0";
export declare const VERSION = "0.33.1";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -61,4 +61,4 @@ "main": "build/src/index.js",

"@types/mocha": "7.0.2",
"@types/node": "18.11.7",
"@types/semver": "7.3.8",
"@types/node": "18.16.19",
"@types/semver": "7.5.0",
"cross-env": "7.0.3",

@@ -68,6 +68,6 @@ "mocha": "7.2.0",

"reflect-metadata": "0.1.13",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"rxjs": "7.3.0",
"rxjs-compat": "6.6.7",
"semver": "7.3.5",
"semver": "7.5.4",
"test-all-versions": "5.0.1",

@@ -78,8 +78,7 @@ "ts-mocha": "10.0.0",

"dependencies": {
"@opentelemetry/instrumentation": "^0.41.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"tslib": "^2.3.1"
"@opentelemetry/instrumentation": "^0.41.2",
"@opentelemetry/semantic-conventions": "^1.0.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core#readme",
"gitHead": "f81f8a76a8f0af2101c62dbc73cde442f875d833"
"gitHead": "b3d30afe7376760d211b20c4fb45988ac58c1d85"
}

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