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

easysoap

Package Overview
Dependencies
Maintainers
1
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 0.4.2 to 0.4.3

5

lib/request/request.js

@@ -11,2 +11,3 @@ (function() {

var deferred = require('deferred');
var path = require('path');

@@ -105,3 +106,3 @@ function _getProtocol(opts) {

var readFile = deferred.promisify(fs.readFile);
readFile(__dirname + '\\request.tpl', 'utf-8')(_request, function (err) {
readFile(__dirname + path.sep + 'request.tpl', 'utf-8')(_request, function (err) {
console.log(err);

@@ -143,2 +144,2 @@ });

that.request = request.request;
})();
})();

2

package.json

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

},
"version": "0.4.2",
"version": "0.4.3",
"main": "./index",

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

## What ?
`easySoap` is a WSDL SoapClient for Node.js.
## How to get ?
npm install easysoap
## How to use ?

@@ -5,0 +9,0 @@

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