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

node-ral

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ral - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

7

lib/ext/converter/formDataConverter.js

@@ -32,6 +32,11 @@ /*

_.map(data, function(value, key){
var options = null;
if (_.isString(value)){
value = iconv.encode(value, config.encoding);
}
formData.append(key, value);
if (value.options){
options = value.options;
delete value.options;
}
formData.append(key, value, options);
});

@@ -38,0 +43,0 @@ config.headers = config.headers || {};

2

package.json
{
"name": "node-ral",
"version": "0.0.25",
"version": "0.0.26",
"description": "a rpc client for node",

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

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