Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

feistel-cipher

Package Overview
Dependencies
Maintainers
5
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feistel-cipher - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

0

dist/lib/src/typescript/feistel.d.ts

@@ -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" />

28

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc