Socket
Socket
Sign inDemoInstall

@opencensus/core

Package Overview
Dependencies
7
Maintainers
7
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.17 to 0.0.18

8

build/src/tags/tag-map.js

@@ -36,8 +36,4 @@ "use strict";

set(tagKey, tagValue, tagMetadata) {
if (!validation_1.isValidTagKey(tagKey)) {
throw new Error(`Invalid TagKey name: ${tagKey.name}`);
}
if (!validation_1.isValidTagValue(tagValue)) {
throw new Error(`Invalid TagValue: ${tagValue.value}`);
}
if (!validation_1.isValidTagKey(tagKey) || !validation_1.isValidTagValue(tagValue))
return;
let existingKey;

@@ -44,0 +40,0 @@ for (const key of this.registeredTags.keys()) {

{
"name": "@opencensus/core",
"version": "0.0.17",
"version": "0.0.18",
"description": "OpenCensus is a toolkit for collecting application performance and behavior data.",

@@ -5,0 +5,0 @@ "main": "build/src/index.js",

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