New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

razorpay

Package Overview
Dependencies
Maintainers
3
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.0.1 to 2.0.2

dist/razorpay.d.ts

5

CHANGELOG.md
# Changelog
## 2.0.2 - 2018-11-08
- Added support for TypeScript.
## 2.0.1 - 2018-6-26

@@ -12,3 +15,3 @@ ### Fixed

### Deprecated
- Removing validations on SDK, all parameters will be sent as it is to all apis respectively
- Removing validations on SDK, all parameters will be sent as it is to all apis respectively

@@ -15,0 +18,0 @@ ## 1.7.0 - 2018-2-20

8

package.json
{
"name": "razorpay",
"version": "2.0.1",
"version": "2.0.2",
"description": "Official Node SDK for Razorpay API",
"main": "dist/razorpay.js",
"main": "dist/razorpay",
"typings": "dist/razorpay",
"scripts": {
"prepublish": "npm test",
"clean": "rm -rf dist && mkdir dist",
"cp-ts": "cp lib/razorpay.d.ts dist/",
"build:commonjs": "babel lib -d dist",
"build": "npm run clean && npm run build:commonjs",
"build": "npm run clean && npm run build:commonjs && npm run cp-ts",
"debug": "npm run build && node-debug examples/index.js",

@@ -12,0 +14,0 @@ "test": "npm run build && mocha --require babel-register"

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