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

easysoap

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easysoap - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

3

CHANGELOG.md
# easysoap changelog
## 2.2.0
* change: output gets more flatten
## 2.1.0

@@ -4,0 +7,0 @@ * bugfix: headers not interpreted

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "2.1.0",
"version": "2.2.0",
"main": "./src/index.js",

@@ -11,0 +11,0 @@ "dependencies": {

@@ -93,5 +93,11 @@ (() => {

dataAsJson = dataAsJson[methodParams.response[0].name];
} else if (dataAsJson[methodParams.response[0].element]) {
dataAsJson = dataAsJson[methodParams.response[0].element];
}
}
if (Array.isArray(dataAsJson) && dataAsJson.length === 1) {
dataAsJson = dataAsJson[0];
}
return {

@@ -98,0 +104,0 @@ 'data' : dataAsJson,

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