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

phc-bcrypt

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phc-bcrypt - npm Package Compare versions

Comparing version 1.0.0 to 1.0.3

36

package.json
{
"name": "phc-bcrypt",
"version": "1.0.0",
"version": "1.0.3",
"description": "Node.JS bcrypt password hashing algorithm following the PHC string format",
"license": "MIT",
"homepage": "https://github.com/simonepri/phc-bcrypt#readme",
"repository": "github:simonepri/phc-bcrypt",
"homepage": "https://github.com/thetutlage/phc-bcrypt#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thetutlage/phc-bcrypt.git"
},
"bugs": {
"url": "https://github.com/simonepri/phc-bcrypt/issues",
"email": "simonepri@outlook.com"
"url": "https://github.com/thetutlage/phc-bcrypt/issues"
},

@@ -59,15 +61,15 @@ "keywords": [

"dependencies": {
"@kdf/salt": "^1.0.0",
"@phc/format": "^0.5.0",
"bcrypt": "^4.0.1",
"tsse": "^1.1.5"
"@kdf/salt": "^2.0.1",
"@phc/format": "^1.0.0",
"bcrypt": "^5.0.0",
"tsse": "^2.0.0"
},
"devDependencies": {
"ava": "*",
"execa": "^4.0.1",
"np": "*",
"ava": "^3.10.0",
"execa": "^4.0.2",
"np": "^6.3.0",
"npm-check": "*",
"nyc": "*",
"nyc": "^15.1.0",
"sympact": "0.0.7",
"xo": "*"
"xo": "^0.32.1"
},

@@ -86,3 +88,7 @@ "ava": {

"space": true
}
},
"directories": {
"test": "test"
},
"author": "virk"
}

@@ -5,3 +5,3 @@ <h1 align="center">

> Fork of [npm.im/@phc/bcrypt](@phc/bcrypt) with updated dependencies
> Fork of [@phc/bcrypt](https://npm.im/@phc/bcrypt) with updated dependencies

@@ -8,0 +8,0 @@ <p align="center">

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