mastercard-client-encryption
Advanced tools
+3
-3
| { | ||
| "name": "mastercard-client-encryption", | ||
| "version": "1.10.6", | ||
| "version": "1.10.7", | ||
| "description": "Library for Mastercard API compliant payload encryption/decryption.", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
| "dependencies": { | ||
| "node-forge": "^1.3.0" | ||
| "node-forge": "^1.3.3" | ||
| }, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
| "nyc": "^15.1.0", | ||
| "rewire": "^5.0.0", | ||
| "rewire": "^9.0.0", | ||
| "webpack": "^5.93.0", | ||
@@ -49,0 +49,0 @@ "webpack-cli": "^4.10.0" |
+7
-4
| # client-encryption-nodejs | ||
| [](https://developer.mastercard.com/) | ||
| <picture> | ||
| <source media="(prefers-color-scheme: dark)" srcset="https://developer.mastercard.com/_/_/src/global/assets/svg/mcdev-logo-light.svg"> | ||
| <img src="https://developer.mastercard.com/_/_/src/global/assets/svg/mcdev-logo-dark.svg" alt="mastercard developers logo"> | ||
| </picture> | ||
@@ -10,3 +13,3 @@ [](https://github.com/Mastercard/client-encryption-nodejs/actions?query=workflow%3A%22Build+%26+Test%22) | ||
| [](https://github.com/Mastercard/client-encryption-nodejs/actions?query=workflow%3A%22broken+links%3F%22) | ||
| [](https://www.npmjs.com/package/mastercard-client-encryption) | ||
| [](http://www.npmjs.com/package/mastercard-client-encryption) | ||
| [](https://github.com/Mastercard/client-encryption-nodejs/blob/master/LICENSE) | ||
@@ -32,3 +35,3 @@ | ||
| ### Compatibility <a name="compatibility"></a> | ||
| - NodeJS 16+ | ||
| - NodeJS 17+ | ||
@@ -59,3 +62,3 @@ There shouldn't be any Node compatibility issues with this package, but it's a good idea to keep your Node versions up-to-date. It is recommended that you use one of the LTS Node.js releases, or one of the more general recent releases. A Node version manager such as `nvm` (_Mac_ and _Linux_) or `nvm-windows` is a good way to stay on top of this. | ||
| - [https://npmjs.org/package/mastercard-client-encryption](https://npmjs.org/package/mastercard-client-encryption) | ||
| - [http://npmjs.org/package/mastercard-client-encryption](http://npmjs.org/package/mastercard-client-encryption) | ||
@@ -62,0 +65,0 @@ Adding the library to your project: |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
59276
0.27%12
9.09%605
0.5%Updated