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

@evervault/sdk

Package Overview
Dependencies
Maintainers
7
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evervault/sdk - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

3

lib/index.js

@@ -111,5 +111,4 @@ const crypto = require('crypto');

this._exactOrEndsWith(arg.host, ignoreExact, ignoreEndsWith);
} else if (arg instanceof string)
} else if (arg instanceof String || typeof arg === 'string')
ignore = this._exactOrEndsWith(arg, ignoreExact, ignoreEndsWith);
if (ignore) return true;

@@ -116,0 +115,0 @@ }

{
"name": "@evervault/sdk",
"version": "1.7.3",
"version": "1.7.4",
"description": "Node.js SDK for Evervault",

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

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