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.4 to 1.0.5

2

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

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

@@ -29,4 +29,4 @@ "use strict";

[ [ 'password', '$1$01234567' ], '$1$01234567$b5lh2mHyD2PdJjFfALlEz1' ],
[ [ 'The quick brown fox jumps over the lazy dog', '$1$a' ], '$1$a$bcijBrS0CrSE/jnM0vp.n0' ],
[ [ 'The quick brown fox jumps over the lazy dog.', '$1$b' ], '$1$b$TsGXWxAErZ0eD5oJ5UD7a/' ],
[ [ 'The quick brown fox jumps over the lazy dog', '$1$a' ], '$1$a$V94umsw3IWuGmVqt0DBzd1' ],
[ [ 'The quick brown fox jumps over the lazy dog.', '$1$b' ], '$1$b$E9B27Lr6tB7w.qRBRTkOb/' ],
];

@@ -33,0 +33,0 @@

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