apache-md5
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79
8313
4
90
1