Socket
Socket
Sign inDemoInstall

@opentelemetry/api-metrics

Package Overview
Dependencies
1
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.1-alpha.12 to 0.18.1-alpha.20

2

build/src/NoopMeter.js

@@ -25,2 +25,4 @@ "use strict";

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -27,0 +29,0 @@ function __() { this.constructor = d; }

16

package.json
{
"name": "@opentelemetry/api-metrics",
"version": "0.18.1-alpha.12+6540b54a",
"version": "0.18.1-alpha.20+24bcfe82",
"description": "Public metrics API for OpenTelemetry",

@@ -51,7 +51,7 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/api": "^0.18.0"
"@opentelemetry/api": "^0.18.1"
},
"devDependencies": {
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/mocha": "8.2.2",
"@types/node": "14.14.35",
"@types/webpack-env": "1.16.0",

@@ -69,8 +69,8 @@ "codecov": "3.8.1",

"nyc": "15.1.0",
"ts-loader": "8.0.12",
"ts-loader": "8.0.18",
"ts-mocha": "8.0.0",
"typescript": "4.1.3",
"webpack": "4.44.2"
"typescript": "4.2.3",
"webpack": "4.46.0"
},
"gitHead": "6540b54a8bd49746e164ab730269188237f89b1c"
"gitHead": "24bcfe82340e02e605c5c722b0f955da50bf82cf"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc