apache-md5
Advanced tools
Comparing version 1.0.6 to 1.1.0
{ | ||
"name": "apache-md5", | ||
"description": "Node.js module for Apache style password encryption using md5.", | ||
"version": "1.0.6", | ||
"version": "1.1.0", | ||
"author": "Gevorg Harutyunyan (http://github.com/gevorg)", | ||
@@ -17,3 +17,3 @@ "maintainers": [ | ||
}, | ||
"main": "./gensrc/index.js", | ||
"main": "./src/index.js", | ||
"licenses": [ | ||
@@ -30,4 +30,2 @@ { | ||
"devDependencies": { | ||
"babel-cli": "^6.9.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"mocha": "^2.5.3", | ||
@@ -37,11 +35,8 @@ "chai": "^3.5.0" | ||
"engines": { | ||
"node": ">=5" | ||
"node": ">=6.7.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha --compilers js:babel-core/register", | ||
"compile": "babel src -d gensrc", | ||
"prepublish": "npm run compile", | ||
"pretest": "npm run compile" | ||
"test": "mocha" | ||
}, | ||
"keywords": ["apache", "md5", "password", "htpasswd"] | ||
} |
@@ -5,3 +5,2 @@ # apache-md5 | ||
[![Build Status](https://api.travis-ci.org/http-auth/apache-md5.png)](https://travis-ci.org/http-auth/apache-md5) | ||
[![Dependency Status](https://david-dm.org/http-auth/apache-md5.png)](https://david-dm.org/http-auth/apache-md5) | ||
@@ -54,3 +53,2 @@ ## Installation | ||
- **[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. | ||
@@ -57,0 +55,0 @@ - **[chai](http://chaijs.com/)** - BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework. |
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
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
2
0
7765
5
87
77