Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-winston

Package Overview
Dependencies
19
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.16.0 to 0.20.0

build/src/instrumentation.d.ts

2

build/src/index.d.ts

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

export * from './winston';
export * from './instrumentation';
//# sourceMappingURL=index.d.ts.map

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./winston"), exports);
__exportStar(require("./instrumentation"), exports);
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "0.16.0";
export declare const VERSION = "0.20.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.16.0';
exports.VERSION = '0.20.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-winston",
"version": "0.16.0",
"version": "0.20.0",
"description": "OpenTelemetry instrumentation for winston",

@@ -45,9 +45,9 @@ "main": "build/src/index.js",

"devDependencies": {
"@opentelemetry/context-async-hooks": "0.19.0",
"@opentelemetry/node": "0.19.0",
"@opentelemetry/tracing": "0.19.0",
"@opentelemetry/context-async-hooks": "0.20.0",
"@opentelemetry/node": "0.20.0",
"@opentelemetry/tracing": "0.20.0",
"@types/mocha": "7.0.2",
"@types/node": "14.0.27",
"@types/sinon": "9.0.4",
"codecov": "3.7.2",
"@types/node": "14.17.2",
"@types/sinon": "9.0.11",
"codecov": "3.8.2",
"gts": "3.1.0",

@@ -57,7 +57,5 @@ "mocha": "7.2.0",

"rimraf": "3.0.2",
"sinon": "9.0.2",
"sinon": "9.2.4",
"ts-mocha": "8.0.0",
"tslint-consistent-codestyle": "1.16.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "4.1.3",
"typescript": "4.3.2",
"winston": "3.3.3",

@@ -67,6 +65,6 @@ "winston2": "npm:winston@2.4.5"

"dependencies": {
"@opentelemetry/api": "^1.0.0-rc.0",
"@opentelemetry/instrumentation": "^0.19.0"
"@opentelemetry/api": "^0.20.0",
"@opentelemetry/instrumentation": "^0.20.0"
},
"gitHead": "5ecccc916e8f4eecaf6629a0350fc672edcba1be"
"gitHead": "5d73dc2d11a8fd57b21a0c6286861cb992556ca1"
}

@@ -37,3 +37,2 @@ # OpenTelemetry instrumentation for winston

],
tracerProvider: provider,
});

@@ -52,2 +51,3 @@

For the current active span, the following fields are injected:
* `trace_id`

@@ -65,5 +65,5 @@ * `span_id`

- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
- For more about OpenTelemetry JavaScript: <https://github.com/open-telemetry/opentelemetry-js>
- For help or feedback on this project, join us in [GitHub Discussions][discussions-url]
* For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
* For more about OpenTelemetry JavaScript: <https://github.com/open-telemetry/opentelemetry-js>
* For help or feedback on this project, join us in [GitHub Discussions][discussions-url]

@@ -70,0 +70,0 @@ ## License

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc