feistel-cipher
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
{ | ||
"name": "feistel-cipher", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Feistel cipher implementation for (almost) format-preserving encryption", | ||
@@ -8,2 +8,3 @@ "main": "dist/lib/src/typescript/index.js", | ||
"scripts": { | ||
"preinstall": "npx npm-force-resolutions", | ||
"build": "tsc", | ||
@@ -14,3 +15,3 @@ "test": "tsc && mocha 'test/src/typescript/node.spec.ts' --require ts-node/register && browserify ./dist/test/src/typescript/browser.spec.js -o dist/test/src/typescript/index.js && live-server --port=9001 --mount=/:test/src/typescript" | ||
"type": "git", | ||
"url": "git+https://github.com/edgewhere/feistel-cipher.git" | ||
"url": "git+https://github.com/cyrildever/feistel-cipher.git" | ||
}, | ||
@@ -24,19 +25,22 @@ "keywords": [ | ||
], | ||
"author": "Edgewhere <cdever@edgewhere.fr>", | ||
"author": "Cyril Dever <cdever@edgewhere.fr>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/edgewhere/feistel-cipher/issues" | ||
"url": "https://github.com/cyrildever/feistel-cipher/issues" | ||
}, | ||
"homepage": "https://github.com/edgewhere/feistel-cipher#readme", | ||
"homepage": "https://github.com/cyrildever/feistel-cipher#readme", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.7", | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^13.1.7", | ||
"@types/node": "^13.13.10", | ||
"browserify": "16.5.0", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.2.2", | ||
"ts-node": "^8.6.2", | ||
"typescript": "^3.8.3", | ||
"browserify": "16.5.0", | ||
"live-server": "1.2.1" | ||
"live-server": "^1.2.1", | ||
"mocha": "^6.2.3", | ||
"ts-node": "^8.10.2", | ||
"typescript": "~3.8.3" | ||
}, | ||
"resolutions": { | ||
"websocket-extensions": "0.1.4" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # feistel-cipher |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
15774
1