feistel-cipher
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "feistel-cipher", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Feistel cipher implementation for (almost) format-preserving encryption", | ||
@@ -9,3 +9,3 @@ "main": "dist/lib/src/typescript/index.js", | ||
"build": "tsc", | ||
"test": "mocha 'test/src/typescript/feistel.spec.ts' --require ts-node/register" | ||
"test": "mocha 'test/src/typescript/node.spec.ts' --require ts-node/register && tsc && browserify ./dist/test/src/typescript/browser.spec.js -o dist/test/src/typescript/index.js && live-server --port=9001 --mount=/:test/src/typescript" | ||
}, | ||
@@ -36,4 +36,6 @@ "repository": { | ||
"ts-node": "^8.6.2", | ||
"typescript": "^3.7.4" | ||
"typescript": "^3.7.4", | ||
"browserify": "16.5.0", | ||
"live-server": "1.2.1" | ||
} | ||
} |
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
14980
9