🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More
Socket
Sign inDemoInstall
Socket

bcrypt-pbkdf

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bcrypt-pbkdf - npm Package Compare versions

Comparing version

to
1.0.1

5

index.js

@@ -32,6 +32,3 @@ 'use strict';

* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by Niels Provos.
* 4. The name of the author may not be used to endorse or promote products
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.

@@ -38,0 +35,0 @@ *

4

package.json
{
"name": "bcrypt-pbkdf",
"version": "1.0.0",
"version": "1.0.1",
"description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",

@@ -10,3 +10,3 @@ "main": "index.js",

"devDependencies": {},
"license": "BSD-4-Clause"
"license": "BSD-3-Clause"
}