Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

mastercard-client-encryption

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mastercard-client-encryption - npm Package Compare versions

Comparing version
1.10.6
to
1.10.7
lib/mcapi/test.js
+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"

# client-encryption-nodejs
[![](https://developer.mastercard.com/_/_/src/global/assets/svg/mcdev-logo-dark.svg)](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/workflows/Build%20&%20Test/badge.svg)](https://github.com/Mastercard/client-encryption-nodejs/actions?query=workflow%3A%22Build+%26+Test%22)

[![](https://github.com/Mastercard/client-encryption-nodejs/workflows/broken%20links%3F/badge.svg)](https://github.com/Mastercard/client-encryption-nodejs/actions?query=workflow%3A%22broken+links%3F%22)
[![](https://img.shields.io/npm/v/mastercard-client-encryption.svg)](https://www.npmjs.com/package/mastercard-client-encryption)
[![](http://img.shields.io/npm/v/mastercard-client-encryption.svg)](http://www.npmjs.com/package/mastercard-client-encryption)
[![](https://img.shields.io/badge/license-MIT-yellow.svg)](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: