credential-plus
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "credential-plus", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Password hashing and verification made easy!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,2 +5,3 @@ <h1 align="center"> | ||
<div align="center"> | ||
<a href="https://github.com/sindresorhus/awesome-nodejs"><img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome NodeJS" /></a> | ||
<a href="https://travis-ci.org/simonepri/credential-plus"> <img src="https://travis-ci.org/simonepri/credential-plus.svg?branch=master" alt="build status"></a> | ||
@@ -25,2 +26,6 @@ <a href="https://codecov.io/gh/simonepri/credential-plus"><img src="https://img.shields.io/codecov/c/github/simonepri/credential-plus/master.svg" alt="code coverage" /></a> | ||
<hr> | ||
<p align="center"><strong>DEPRECATED!!! USE [upash](https://github.com/simonepri/upash) INSTEAD</strong></p> | ||
<hr> | ||
## Background | ||
@@ -65,3 +70,3 @@ | ||
// Installs the plugin. Replace 'X' with your choice. | ||
// Installs the plugin. | ||
credential.install(require('credential-plus-pbkdf2')); | ||
@@ -98,2 +103,7 @@ | ||
## Migration | ||
If your not building a new application, possibilities that you have already | ||
implemented some hash/verify logic for your passwords are high. | ||
This [wiki](https://github.com/simonepri/credential-plus/wiki/Migration) page aim to help you migrating to this package. | ||
## API TOC | ||
@@ -108,3 +118,3 @@ | ||
</dd> | ||
<dt><a href="#install">install(hashFunction)</a></dt> | ||
<dt><a href="#installf">install(hashFunction)</a></dt> | ||
<dd><p>Installs an hash function hashFunction.</p> | ||
@@ -158,3 +168,3 @@ </dd> | ||
<a name="install"></a> | ||
<a name="installf"></a> | ||
@@ -161,0 +171,0 @@ ## install(hashFunction) |
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
189
12587
4