New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/metrics

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/metrics - npm Package Compare versions

Comparing version 0.19.1-alpha.26 to 0.19.1-alpha.31

1

build/esm/Meter.js

@@ -77,2 +77,3 @@ /*

import { ValueRecorderMetric } from './ValueRecorderMetric';
// eslint-disable-next-line @typescript-eslint/no-var-requires
var merge = require('lodash.merge');

@@ -79,0 +80,0 @@ /**

@@ -19,2 +19,3 @@ /*

import { DEFAULT_CONFIG } from './types';
// eslint-disable-next-line @typescript-eslint/no-var-requires
var merge = require('lodash.merge');

@@ -21,0 +22,0 @@ /**

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

const ValueRecorderMetric_1 = require("./ValueRecorderMetric");
// eslint-disable-next-line @typescript-eslint/no-var-requires
const merge = require('lodash.merge');

@@ -35,0 +36,0 @@ /**

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

const types_1 = require("./types");
// eslint-disable-next-line @typescript-eslint/no-var-requires
const merge = require('lodash.merge');

@@ -24,0 +25,0 @@ /**

11

package.json
{
"name": "@opentelemetry/metrics",
"version": "0.19.1-alpha.26+1758fa6e",
"version": "0.19.1-alpha.31+24adbd61",
"description": "OpenTelemetry metrics SDK",

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

"codecov": "3.8.1",
"gts": "3.1.0",
"mocha": "7.2.0",

@@ -67,8 +66,8 @@ "nyc": "15.1.0",

"dependencies": {
"@opentelemetry/api-metrics": "^0.19.0",
"@opentelemetry/core": "^0.19.1-alpha.26+1758fa6e",
"@opentelemetry/resources": "^0.19.1-alpha.26+1758fa6e",
"@opentelemetry/api-metrics": "^0.19.1-alpha.31+24adbd61",
"@opentelemetry/core": "^0.19.1-alpha.31+24adbd61",
"@opentelemetry/resources": "^0.19.1-alpha.31+24adbd61",
"lodash.merge": "^4.6.2"
},
"gitHead": "1758fa6e84333c9c43cc468c5e99dd3646f7e3c7"
"gitHead": "24adbd61062759f9d9d57420fd97e50f4d8c3b16"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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