apache-crypt
Advanced tools
Comparing version 1.0.9 to 1.1.0
{ | ||
"name": "apache-crypt", | ||
"description": "Node.js module for Apache style password encryption using crypt(3).", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"author": "Gevorg Harutyunyan (http://github.com/gevorg)", | ||
@@ -12,6 +12,6 @@ "maintainers": [ | ||
], | ||
"homepage": "http://github.com/gevorg/apache-crypt", | ||
"homepage": "http://github.com/http-auth/apache-crypt", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/gevorg/apache-crypt.git" | ||
"url": "http://github.com/http-auth/apache-crypt.git" | ||
}, | ||
@@ -22,7 +22,8 @@ "main": "./lib/apache-crypt.js", | ||
"type": "MIT", | ||
"url": "http://github.com/gevorg/apache-crypt/blob/master/LICENSE" | ||
"url": "http://github.com/http-auth/apache-crypt/blob/master/LICENSE" | ||
} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "http://github.com/gevorg/apache-crypt/issues" | ||
"url": "http://github.com/http-auth/apache-crypt/issues" | ||
}, | ||
@@ -29,0 +30,0 @@ "devDependencies": { |
# apache-crypt | ||
[Node.js](http://nodejs.org/) package for Apache style password encryption using crypt(3). | ||
[![Build Status](https://api.travis-ci.org/gevorg/apache-crypt.png)](https://travis-ci.org/gevorg/apache-crypt) | ||
[![Dependency Status](https://david-dm.org/gevorg/apache-crypt.png)](https://david-dm.org/gevorg/apache-crypt) | ||
[![Build Status](https://api.travis-ci.org/http-auth/apache-crypt.png)](https://travis-ci.org/http-auth/apache-crypt) | ||
[![Dependency Status](https://david-dm.org/http-auth/apache-crypt.png)](https://david-dm.org/http-auth/apache-crypt) | ||
@@ -12,3 +12,3 @@ ## Installation | ||
```bash | ||
$ git clone git://github.com/gevorg/apache-crypt.git | ||
$ git clone git://github.com/http-auth/apache-crypt.git | ||
``` | ||
@@ -45,3 +45,3 @@ Via [npm](http://npmjs.org/): | ||
You can find list of issues using **[this link](http://github.com/gevorg/apache-crypt/issues)**. | ||
You can find list of issues using **[this link](http://github.com/http-auth/apache-crypt/issues)**. | ||
@@ -61,3 +61,3 @@ ## Requirements | ||
Copyright (c) 2015 Gevorg Harutyunyan | ||
Copyright (c) 2016 Gevorg Harutyunyan | ||
@@ -64,0 +64,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
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
30053
0