@evervault/sdk
Advanced tools
Comparing version 1.7.3 to 1.7.4
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39353