Socket
Socket
Sign inDemoInstall

@withonevision/omnihive-core

Package Overview
Dependencies
Maintainers
4
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withonevision/omnihive-core - npm Package Compare versions

Comparing version 6.2.38 to 6.2.39

2

models/HiveWorkerBase.js

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

case EnvironmentVariableType_1.EnvironmentVariableType.Boolean:
this.metadata[metaKey] = environmentVariable.value === "true";
this.metadata[metaKey] = environmentVariable.value === "true" || environmentVariable.value === true;
break;

@@ -45,0 +45,0 @@ case EnvironmentVariableType_1.EnvironmentVariableType.Number:

{
"name": "@withonevision/omnihive-core",
"version": "6.2.38",
"version": "6.2.39",
"description": "OmniHive Core",

@@ -5,0 +5,0 @@ "license": "MIT",

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