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

node-fpe

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-fpe - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

lib/index.js

@@ -28,3 +28,3 @@ const crypto = require('crypto');

throw new Error(
`some of the input characters are not in the cipher's domain: [${domain}]`
`some of the input characters are not in the cipher's domain: [${domain}]`,
);

@@ -31,0 +31,0 @@ }

{
"name": "node-fpe",
"version": "2.0.2",
"version": "2.0.3",
"description": "Format-preserving encryption implementation",

@@ -9,3 +9,3 @@ "main": "lib",

"fix:prettier": "prettier --write '**/*.js'",
"test": "npm run test:prettier && tape test"
"test": "npm run test:prettier && node --test"
},

@@ -37,5 +37,4 @@ "engines": {

"devDependencies": {
"prettier": "^2.4.1",
"tape": "^5.3.1"
"prettier": "^3.2.4"
}
}

@@ -0,0 +0,0 @@ # node-fpe

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