feistel-cipher
Advanced tools
Comparing version 1.3.10 to 1.3.11
@@ -85,3 +85,3 @@ { | ||
"allowExpressions": true, | ||
"allowTypedFunctionExpressions": false, | ||
"allowTypedFunctionExpressions": true, | ||
"allowHigherOrderFunctions": true | ||
@@ -88,0 +88,0 @@ } |
{ | ||
"name": "feistel-cipher", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "Feistel cipher implementation for format-preserving encryption", | ||
@@ -25,3 +25,3 @@ "main": "dist/lib/src/typescript/index.js", | ||
], | ||
"author": "Cyril Dever <cdever@edgewhere.fr>", | ||
"author": "Cyril Dever <cdever@pep-s.com>", | ||
"license": "MIT", | ||
@@ -41,14 +41,14 @@ "bugs": { | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.12", | ||
"@typescript-eslint/eslint-plugin": "~5.9.1", | ||
"@typescript-eslint/parser": "~5.9.1", | ||
"@types/node": "^17.0.19", | ||
"@typescript-eslint/eslint-plugin": "^5.12.0", | ||
"@typescript-eslint/parser": "^5.12.0", | ||
"blakejs": "^1.1.1", | ||
"browserify": "17.0.0", | ||
"chai": "^4.3.6", | ||
"eslint": "^8.7.0", | ||
"eslint": "^8.9.0", | ||
"eslint-plugin-no-loops": "~0.3.0", | ||
"keccak": "^3.0.2", | ||
"mocha": "^9.2.0", | ||
"mocha": "^9.2.1", | ||
"sha3": "^2.1.4", | ||
"ts-node": "^10.4.0", | ||
"ts-node": "^10.5.0", | ||
"typescript": "^4.5.5" | ||
@@ -55,0 +55,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
47574