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.6 to 1.1.0

src/index.js

13

package.json
{
"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

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