Socket
Socket
Sign inDemoInstall

apache-md5

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apache-md5 - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/apache-md5.js

@@ -61,3 +61,3 @@ // Crypto module import.

if (salt.split('$')[1] === '1') {
if (salt && salt.split('$')[1] === '1') {
magic = '$1$'

@@ -64,0 +64,0 @@ } else {

{
"name": "apache-md5",
"description": "Node.js module for Apache style password encryption using md5.",
"version": "1.0.2",
"version": "1.0.3",
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",

@@ -6,0 +6,0 @@ "maintainers": [

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