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.7 to 1.0.8

10

bcrypt-b64.js

@@ -1,10 +0,6 @@

/* eslint-disable capitalized-comments */
'use strict';
/**
* bcrypt's own non-standard base64 dictionary.
* Bcrypt's own non-standard base64 dictionary.
**/
const BASE64_CODE = './ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'.split(
''
);
const BASE64_CODE =
'./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'.split('');

@@ -11,0 +7,0 @@ /* eslint-disable prettier/prettier */

/* eslint-disable capitalized-comments,prefer-destructuring,promise/prefer-await-to-then */
'use strict';
const bcrypt = require('bcrypt');

@@ -5,0 +3,0 @@ const tsse = require('tsse');

{
"name": "phc-bcrypt",
"version": "1.0.7",
"version": "1.0.8",
"description": "Node.JS bcrypt password hashing algorithm following the PHC string format",

@@ -63,13 +63,13 @@ "license": "MIT",

"@phc/format": "^1.0.0",
"bcrypt": "^5.0.1",
"bcrypt": "^5.1.0",
"tsse": "^2.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"execa": "^5.0.0",
"np": "^7.4.0",
"ava": "^4.0.1",
"execa": "^5.0.1",
"np": "^7.5.0",
"npm-check": "*",
"nyc": "^15.1.0",
"sympact": "0.0.7",
"xo": "^0.39.1"
"xo": "^0.40.1"
},

@@ -87,3 +87,7 @@ "ava": {

"prettier": true,
"space": true
"space": true,
"rules": {
"unicorn/prefer-module": 0,
"import/extensions": 0
}
},

@@ -90,0 +94,0 @@ "directories": {

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