feistel-cipher
Advanced tools
Comparing version 1.5.9 to 1.5.10
{ | ||
"name": "feistel-cipher", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"description": "Feistel cipher implementation for format-preserving encryption", | ||
@@ -38,11 +38,11 @@ "main": "dist/lib/src/typescript/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.7", | ||
"@types/keccak": "^3.0.2", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "^20.8.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"@types/chai": "^4.3.9", | ||
"@types/keccak": "^3.0.3", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "^20.8.9", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"browserify": "17.0.0", | ||
"chai": "^4.3.10", | ||
"eslint": "^8.51.0", | ||
"eslint": "^8.52.0", | ||
"eslint-plugin-no-loops": "~0.3.0", | ||
@@ -49,0 +49,0 @@ "mocha": "^10.2.0", |
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
60359