Comparing version 4.1.0 to 4.1.1
@@ -62,3 +62,3 @@ 'use strict'; | ||
try { | ||
return Crypto.timingSafeEqual(new Buffer(a), new Buffer(b)); | ||
return Crypto.timingSafeEqual(Buffer.from(a), Buffer.from(b)); | ||
} | ||
@@ -65,0 +65,0 @@ catch (err) { |
{ | ||
"name": "cryptiles", | ||
"description": "General purpose crypto utilities", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"repository": "git://github.com/hapijs/cryptiles", | ||
@@ -6,0 +6,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
4124