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

cryptiles

Package Overview
Dependencies
Maintainers
2
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 3.1.0 to 3.1.1

7

lib/index.js

@@ -37,3 +37,8 @@ 'use strict';

return buffer.map((v) => Math.floor(v / 25.6)).join('');
const digits = [];
for (let i = 0; i < buffer.length; ++i) {
digits.push(Math.floor(buffer[i] / 25.6));
}
return digits.join('');
};

@@ -40,0 +45,0 @@

2

package.json
{
"name": "cryptiles",
"description": "General purpose crypto utilities",
"version": "3.1.0",
"version": "3.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