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

cdrator

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdrator - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

4

lib/soaper.js

@@ -68,3 +68,5 @@ var xmlBuilder = require('xmlbuilder'),

default:
if(value instanceof Array) {
if (value === null) {
return null;
} else if(value instanceof Array) {
values = [xsi, xmlns, {key: changeCase.constantCase(key)}]

@@ -71,0 +73,0 @@ .concat(value.map(function (item) {

{
"name": "cdrator",
"version": "0.5.0",
"version": "0.5.1",
"description": "Call CDRator SOAP WebServices using node.js",

@@ -5,0 +5,0 @@ "main": "lib/cdrator",

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