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

razorpay

Package Overview
Dependencies
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

razorpay - npm Package Compare versions

Comparing version 2.9.2 to 2.9.3

2

dist/types/customers.d.ts

@@ -12,3 +12,3 @@ import { IMap, INormalizeError, RazorpayPaginationOptions } from "./api";

*/
name: string;
name?: string;
/**

@@ -15,0 +15,0 @@ * The customer's email address. A maximum length of 64 characters.

@@ -13,7 +13,7 @@ import { Orders } from "../../dist/types/orders";

*/
tnc_accepted: boolean;
tnc_accepted?: boolean;
/**
* he IP address of the merchant while accepting the terms and conditions. Send this parameter along with the `tnc_accepted` parameter when the `tnc` is accepted.
*/
ip: string;
ip?: string;
}

@@ -20,0 +20,0 @@

{
"name": "razorpay",
"version": "2.9.2",
"version": "2.9.3",
"description": "Official Node SDK for Razorpay API",

@@ -5,0 +5,0 @@ "main": "dist/razorpay",

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