Comparing version 1.0.7 to 1.0.8
@@ -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": { |
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
36381
257
Updatedbcrypt@^5.1.0