Socket
Socket
Sign inDemoInstall

soap

Package Overview
Dependencies
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soap - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

lib/client.d.ts
/// <reference types="node" />
/// <reference types="node" />
import { AxiosResponseHeaders, RawAxiosResponseHeaders } from 'axios';
import { EventEmitter } from 'events';
import { IncomingHttpHeaders } from 'http';
import { IHeaders, IMTOMAttachments, IOptions, ISecurity } from './types';

@@ -33,3 +32,3 @@ import { WSDL } from './wsdl';

lastResponse?: any;
lastResponseHeaders?: IncomingHttpHeaders;
lastResponseHeaders?: AxiosResponseHeaders | RawAxiosResponseHeaders;
lastElapsedTime?: number;

@@ -36,0 +35,0 @@ lastResponseAttachments: IMTOMAttachments;

2

lib/http.js

@@ -29,3 +29,3 @@ "use strict";

this.options = options;
this._request = options.request || req.default.create();
this._request = options.request || req.create();
}

@@ -32,0 +32,0 @@ /**

{
"name": "soap",
"version": "1.0.0",
"version": "1.0.1",
"description": "A minimal node SOAP client",

@@ -10,3 +10,3 @@ "engines": {

"dependencies": {
"axios-ntlm": "^1.2.0",
"axios-ntlm": "^1.4.2",
"debug": "^4.3.2",

@@ -23,3 +23,3 @@ "formidable": "^3.2.4",

"peerDependencies": {
"axios": "^0.27.2"
"axios": "^1.6.1"
},

@@ -26,0 +26,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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