Socket
Socket
Sign inDemoInstall

@opentelemetry/api

Package Overview
Dependencies
1
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.6.1

2

build/src/metrics/BoundInstrument.d.ts

@@ -49,3 +49,3 @@ /*!

*/
setCallback(callback: (observerResult: ObserverResult) => {}): void;
setCallback(callback: (observerResult: ObserverResult) => void): void;
}

@@ -84,3 +84,3 @@ /*!

export declare class NoopBoundObserver implements BoundObserver {
setCallback(callback: (observerResult: ObserverResult) => {}): void;
setCallback(callback: (observerResult: ObserverResult) => void): void;
}

@@ -87,0 +87,0 @@ export declare const NOOP_METER: NoopMeter;

@@ -16,2 +16,2 @@ /*!

*/
export declare const VERSION = "0.6.0";
export declare const VERSION = "0.6.1";

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.6.0';
exports.VERSION = '0.6.1';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/api",
"version": "0.6.0",
"version": "0.6.1",
"description": "Public API for OpenTelemetry",

@@ -50,6 +50,6 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/context-base": "^0.6.0"
"@opentelemetry/context-base": "^0.6.1"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/mocha": "^7.0.0",
"@types/node": "^12.6.8",

@@ -56,0 +56,0 @@ "@types/webpack-env": "1.13.9",

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