Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.5 to 1.0.6

.babelrc

22

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

@@ -17,3 +17,3 @@ "maintainers": [

},
"main": "./lib/apache-md5.js",
"main": "./gensrc/index.js",
"licenses": [

@@ -30,11 +30,17 @@ {

"devDependencies": {
"nodeunit": "0.9.1"
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"mocha": "^2.5.3",
"chai": "^3.5.0"
},
"engines": {
"node": ">=0.4.1"
"node": ">=5"
},
"scripts": {
"test": "node ./node_modules/nodeunit/bin/nodeunit tests"
},
"keywords": ["node", "apache", "md5", "password", "htpasswd"]
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"compile": "babel src -d gensrc",
"prepublish": "npm run compile",
"pretest": "npm run compile"
},
"keywords": ["apache", "md5", "password", "htpasswd"]
}

@@ -36,3 +36,3 @@ # apache-md5

It uses [nodeunit](https://github.com/caolan/nodeunit/), so just run following command in package directory:
It uses [mocha](https://mochajs.org/), so just run following command in package directory:

@@ -54,3 +54,5 @@ ```bash

- **[nodeunit](https://github.com/caolan/nodeunit/)** - Easy unit testing in node.js and the browser, based on the assert module.
- **[babel](https://babeljs.io/)** - compiler for writing next generation JavaScript.
- **[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.

@@ -57,0 +59,0 @@ ## License

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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