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

xpay-js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xpay-js - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

index.js

@@ -21,3 +21,3 @@ 'use strict';

// get the url
return function getUrl(transactionCode, quantity) {
return function getUrl(transactionCode, quantity, macCode) {

@@ -28,3 +28,3 @@ // calculate the mac

shasum.update(hashpayload);
let macCode = shasum.digest('hex');
macCode = shasum.digest('hex');

@@ -42,2 +42,3 @@ // create the link

);
// done

@@ -44,0 +45,0 @@ return xpayLink;

2

package.json
{
"name": "xpay-js",
"version": "0.0.1",
"version": "0.0.2",
"description": "Soft integration with X-pay payment system\"",

@@ -5,0 +5,0 @@ "main": "index.js",

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