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.1.4 to 1.1.5

90

package.json
{
"name": "apache-md5",
"description": "Node.js module for Apache style password encryption using md5.",
"version": "1.1.4",
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",
"maintainers": [
{
"name": "gevorg",
"email": "gevorg.ha@gmail.com"
}
],
"homepage": "http://github.com/http-auth/apache-md5",
"repository": {
"type": "git",
"url": "http://github.com/http-auth/apache-md5.git"
},
"main": "./src/index.js",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/http-auth/apache-md5/blob/master/LICENSE"
}
],
"license": "MIT",
"bugs": {
"url": "http://github.com/http-auth/apache-md5/issues"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-node": "^11.0.0",
"mocha": "^7.0.1"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "mocha",
"pretest": "eslint --ignore-path .gitignore ."
},
"keywords": [
"apache",
"md5",
"password",
"htpasswd"
]
"name": "apache-md5",
"description": "Node.js module for Apache style password encryption using md5.",
"version": "1.1.5",
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",
"maintainers": [
{
"name": "gevorg",
"email": "gevorg.ha@gmail.com"
}
],
"homepage": "http://github.com/http-auth/apache-md5",
"repository": {
"type": "git",
"url": "http://github.com/http-auth/apache-md5.git"
},
"main": "./src/index.js",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/http-auth/apache-md5/blob/master/LICENSE"
}
],
"license": "MIT",
"bugs": {
"url": "http://github.com/http-auth/apache-md5/issues"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-node": "^11.0.0",
"mocha": "^7.0.1"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "mocha",
"pretest": "eslint --ignore-path .gitignore ."
},
"keywords": [
"apache",
"md5",
"password",
"htpasswd"
]
}
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