Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

credential-plus

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

credential-plus - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

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

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