soap 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +5 -10
- package/package.json +8 -8
package/Readme.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Soap [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Coveralls Status][coveralls-image]][coveralls-url]
|
|
1
|
+
# Soap [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Coveralls Status][coveralls-image]][coveralls-url]
|
|
2
2
|
|
|
3
3
|
> A SOAP client and server for node.js.
|
|
4
4
|
|
|
@@ -87,11 +87,8 @@ This module lets you connect to web services using SOAP. It also provides a ser
|
|
|
87
87
|
|
|
88
88
|
## Support
|
|
89
89
|
|
|
90
|
-
Community support is available
|
|
91
|
-
|
|
92
|
-
Some maintainers provide paid support, which can be request through our [Google Form](https://docs.google.com/forms/d/e/1FAIpQLSdj5EXxd5flcukLInmpFQhEvQYeERaReFFh9F0nqC_4EUmeLg/viewform)
|
|
93
|
-
|
|
94
|
-
GitHub issues have been disabled to focus on pull requests. ([#731](https://github.com/vpulim/node-soap/pull/731))
|
|
90
|
+
Community support is available through GitHub issues tab.
|
|
91
|
+
Paid support can be provided as well, please contact one of the active maintainers.
|
|
95
92
|
|
|
96
93
|
## Module
|
|
97
94
|
|
|
@@ -1485,8 +1482,9 @@ describe('myService', function() {
|
|
|
1485
1482
|
## Contributors
|
|
1486
1483
|
|
|
1487
1484
|
* Author: [Vinay Pulim](https://github.com/vpulim)
|
|
1488
|
-
*
|
|
1485
|
+
* Active maintainers:
|
|
1489
1486
|
- [Vasily Martynov](https://github.com/w666)
|
|
1487
|
+
* Previous maintainers (not active for a long time):
|
|
1490
1488
|
- [Joe Spencer](https://github.com/jsdevel)
|
|
1491
1489
|
- [Heinz Romirer](https://github.com/herom)
|
|
1492
1490
|
* [All Contributors](https://github.com/vpulim/node-soap/graphs/contributors)
|
|
@@ -1495,8 +1493,5 @@ describe('myService', function() {
|
|
|
1495
1493
|
[npm-url]: https://npmjs.org/package/soap
|
|
1496
1494
|
[npm-image]: http://img.shields.io/npm/v/soap.svg
|
|
1497
1495
|
|
|
1498
|
-
[gitter-url]: https://gitter.im/vpulim/node-soap
|
|
1499
|
-
[gitter-image]: https://badges.gitter.im/vpulim/node-soap.png
|
|
1500
|
-
|
|
1501
1496
|
[coveralls-url]: https://coveralls.io/r/vpulim/node-soap
|
|
1502
1497
|
[coveralls-image]: http://img.shields.io/coveralls/vpulim/node-soap/master.svg
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soap",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "A minimal node SOAP client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=14.0.0"
|
|
7
7
|
},
|
|
8
8
|
"author": "Vinay Pulim <v@pulim.com>",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"axios": "^1.7.
|
|
10
|
+
"axios": "^1.7.9",
|
|
11
11
|
"axios-ntlm": "^1.4.2",
|
|
12
|
-
"debug": "^4.
|
|
13
|
-
"formidable": "^3.5.
|
|
12
|
+
"debug": "^4.4.0",
|
|
13
|
+
"formidable": "^3.5.2",
|
|
14
14
|
"get-stream": "^6.0.1",
|
|
15
15
|
"lodash": "^4.17.21",
|
|
16
16
|
"sax": "^1.4.1",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
],
|
|
46
46
|
"license": "MIT",
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@types/axios": "^0.14.
|
|
48
|
+
"@types/axios": "^0.14.4",
|
|
49
49
|
"@types/debug": "^4.1.12",
|
|
50
50
|
"@types/formidable": "^2.0.4",
|
|
51
|
-
"@types/lodash": "^4.17.
|
|
51
|
+
"@types/lodash": "^4.17.13",
|
|
52
52
|
"@types/node": "^14.0.0",
|
|
53
53
|
"@types/sax": "^1.2.7",
|
|
54
54
|
"@types/whatwg-mimetype": "^3.0.2",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"express": "^4.21.1",
|
|
61
61
|
"finalhandler": "^1.3.1",
|
|
62
62
|
"glob": "^11.0.0",
|
|
63
|
-
"mocha": "^
|
|
64
|
-
"nyc": "^17.
|
|
63
|
+
"mocha": "^11.0.1",
|
|
64
|
+
"nyc": "^17.1.0",
|
|
65
65
|
"readable-stream": "~2.0.2",
|
|
66
66
|
"semver": "^7.6.2",
|
|
67
67
|
"serve-static": "^1.15.0",
|