Socket
Socket
Sign inDemoInstall

apache-md5

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

.eslintrc.json

20

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

@@ -29,12 +29,20 @@ "maintainers": [

"devDependencies": {
"mocha": "^2.5.3",
"chai": "^3.5.0"
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-node": "^11.0.0",
"mocha": "^7.0.1"
},
"engines": {
"node": ">=4.6.1"
"node": ">=8"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"pretest": "eslint --ignore-path .gitignore ."
},
"keywords": ["apache", "md5", "password", "htpasswd"]
"keywords": [
"apache",
"md5",
"password",
"htpasswd"
]
}
# apache-md5
[Node.js](http://nodejs.org/) package for Apache style password encryption using md5..
[![Build Status](https://api.travis-ci.org/http-auth/apache-md5.png)](https://travis-ci.org/http-auth/apache-md5)
[![build](https://github.com/http-auth/apache-md5/workflows/build/badge.svg)](https://github.com/http-auth/apache-md5/actions?query=workflow%3Abuild)

@@ -50,7 +50,2 @@ ## Installation

## Development dependencies
- **[mocha](https://mochajs.org/)** - simple, flexible, fun javascript test framework for node.js & the browser.
- **[chai](http://chaijs.com/)** - BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
## License

@@ -60,3 +55,3 @@

Copyright (c) 2016 Gevorg Harutyunyan
Copyright (c) Gevorg Harutyunyan

@@ -63,0 +58,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

@@ -0,0 +0,0 @@ "use strict";

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc