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

easysoap

Package Overview
Dependencies
Maintainers
0
Versions
43
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.2.0 to 2.3.0

.github/dependabot.yml

3

CHANGELOG.md
# easysoap changelog
## 2.3.0
* change: add gzip as parameter
## 2.2.0

@@ -4,0 +7,0 @@ * change: output gets more flatten

2

package.json

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

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

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

@@ -0,0 +0,0 @@ (() => {

@@ -225,2 +225,6 @@ (() => {

if (!params.gzip) {
params.gzip = false;
}
// add custom headers

@@ -243,2 +247,3 @@ if (params.headers) {

rejectUnauthorized: this._params.rejectUnauthorized,
gzip : params.gzip,
method : 'POST'

@@ -245,0 +250,0 @@ });

@@ -0,0 +0,0 @@ (() => {

Sorry, the diff of this file is not supported yet

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