Socket
Socket
Sign inDemoInstall

node-radial

Package Overview
Dependencies
49
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

9

lib/webhooks/riskOrderStatus.js

@@ -34,2 +34,11 @@ /* LIB */

var reply = body.riskassessmentreplylist;
if (!reply) {
return fn({
status: 400,
type: 'Invalid Parameters',
message: 'The message body for this endpoint seems to be empty'
});
}
var list = reply.riskassessmentreply;

@@ -36,0 +45,0 @@

2

package.json
{
"name": "node-radial",
"version": "0.4.1",
"version": "0.4.2",
"description": "NodeJS SDK for the Radial APIs",

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

@@ -616,2 +616,3 @@ [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url]

- **0.4.2:** Parsing fix for risk status list.
- **0.4.1:** Parse amount as a float on settlement webhook response.

@@ -618,0 +619,0 @@ - **0.4.0:** Add Risk Order Confirmation endpoint.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc