Comparing version 2.0.2 to 2.0.3
@@ -28,3 +28,3 @@ const crypto = require('crypto'); | ||
throw new Error( | ||
`some of the input characters are not in the cipher's domain: [${domain}]` | ||
`some of the input characters are not in the cipher's domain: [${domain}]`, | ||
); | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "node-fpe", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Format-preserving encryption implementation", | ||
@@ -9,3 +9,3 @@ "main": "lib", | ||
"fix:prettier": "prettier --write '**/*.js'", | ||
"test": "npm run test:prettier && tape test" | ||
"test": "npm run test:prettier && node --test" | ||
}, | ||
@@ -37,5 +37,4 @@ "engines": { | ||
"devDependencies": { | ||
"prettier": "^2.4.1", | ||
"tape": "^5.3.1" | ||
"prettier": "^3.2.4" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # node-fpe |
Sorry, the diff of this file is not supported yet
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
1
5201