Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vault-high-availability

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vault-high-availability - npm Package Compare versions

Comparing version 1.0.40 to 1.0.41

2

package.json
{
"name": "vault-high-availability",
"version": "1.0.40",
"version": "1.0.41",
"description": "",

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

@@ -90,3 +90,3 @@ 'use strict';

log.debug("Got ip: " + ip);
if (validator.isIP(ip)) {
if ((typeof myVar === 'string' || myVar instanceof String) && validator.isIP(ip)) {
that.ip = ip;

@@ -93,0 +93,0 @@ that.isResolving = false;

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