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

@setu/upi-deep-links

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@setu/upi-deep-links - npm Package Compare versions

Comparing version 1.2.3 to 1.3.0

2

package.json
{
"name": "@setu/upi-deep-links",
"version": "1.2.3",
"version": "1.3.0",
"description": "NPM package to connect to Setu's UPI Deep Link APIs",

@@ -5,0 +5,0 @@ "main": "src/setu.js",

@@ -51,3 +51,4 @@ # Setu

settlement: Object, // Optional
validationRules: Object // Optional
validationRules: Object, // Optional
transactionNote: String // Optional
};

@@ -54,0 +55,0 @@

@@ -14,3 +14,4 @@ // Required helpers

settlement,
validationRules
validationRules,
transactionNote,
}) => {

@@ -31,3 +32,3 @@ let body = {

body = commonHelper.addIfExists('validationRules', validationRules, body);
body = commonHelper.addIfExists('transactionNote', transactionNote, body);
return body;

@@ -34,0 +35,0 @@ };

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