Socket
Socket
Sign inDemoInstall

nano-md5

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

7

md5.js

@@ -52,3 +52,3 @@ function FF(a, b, c, d, m, s, k) {

return words;
};
}

@@ -163,7 +163,4 @@

function to64(u, n) {
var s = '';
while (--n >= 0) {
for (var s = ''; --n >= 0; u >>>= 6)
s += b64.charAt(u & 63);
u >>>= 6;
}
return s;

@@ -170,0 +167,0 @@ }

{
"name": "nano-md5",
"version": "1.0.2",
"version": "1.0.3",
"description": "md5/md5crypt functions. UTF8 compatible. Small. Fast. 100% tests coverage. No dependencies.",

@@ -5,0 +5,0 @@ "main": "md5.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc