Comparing version 1.3.0 to 1.4.0
@@ -48,3 +48,4 @@ 'use strict'; | ||
customers: require('./resources/customers')(this.api), | ||
transfers: require('./resources/transfers')(this.api) | ||
transfers: require('./resources/transfers')(this.api), | ||
virtualAccounts: require('./resources/virtualAccounts')(this.api) | ||
}); | ||
@@ -51,0 +52,0 @@ } |
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2016 Razorpay | ||
Copyright (c) 2017 Razorpay | ||
@@ -3,0 +3,0 @@ MIT License |
{ | ||
"name": "razorpay", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Official Node SDK for Razorpay API", | ||
@@ -40,2 +40,3 @@ "main": "dist/razorpay.js", | ||
"dependencies": { | ||
"promise": "^8.0.1", | ||
"request": "^2.75.0", | ||
@@ -42,0 +43,0 @@ "request-promise": "^4.1.1" |
@@ -80,2 +80,5 @@ # Razorpay Node SDK | ||
- [Transfers](https://github.com/razorpay/razorpay-node/wiki#transfers) | ||
- [Virtual Accounts](https://github.com/razorpay/razorpay-node/wiki#virtual-accounts) | ||
--- | ||
@@ -82,0 +85,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24382
14
575
112
1
3
1
+ Addedpromise@^8.0.1
+ Addedasap@2.0.6(transitive)
+ Addedpromise@8.3.0(transitive)