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

cryptiles

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cryptiles - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

lib/index.js

@@ -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",

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