Socket
Socket
Sign inDemoInstall

soap

Package Overview
Dependencies
Maintainers
4
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 0.11.3 to 0.11.4

coverage/coverage.json

4

History.md

@@ -0,1 +1,5 @@

0.11.4 / 2016-01-09
=================
* [MAINTENANCE] Adding coverage to project.
0.11.3 / 2016-01-09

@@ -2,0 +6,0 @@ =================

18

package.json
{
"name": "soap",
"version": "0.11.3",
"version": "0.11.4",
"description": "A minimal node SOAP client",

@@ -27,2 +27,4 @@ "engines": {

"pretest": "jshint index.js lib test",
"cover": "istanbul cover _mocha -- --timeout 10000 test/*-test.js test/security/*.js",
"coveralls": "cat ./coverage/lcov.info | coveralls -v",
"test": "mocha --timeout 10000 test/*-test.js test/security/*.js"

@@ -35,11 +37,13 @@ },

"devDependencies": {
"coveralls": "^2.11.6",
"duplexer": "~0.1.1",
"glob": "~3.2.8",
"istanbul": "^0.4.1",
"jshint": "2.3.0",
"mocha": "~1.17.0",
"jshint": "2.3.0",
"glob": "~3.2.8",
"readable-stream": "~2.0.2",
"semver": "~5.0.3",
"should": "~3.3.0",
"timekeeper": "~0.0.4",
"duplexer": "~0.1.1",
"readable-stream": "~2.0.2",
"semver": "~5.0.3"
"timekeeper": "~0.0.4"
}
}

@@ -1,2 +0,2 @@

# Soap [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Gitter chat][gitter-image]][gitter-url]
# Soap [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url]

@@ -505,3 +505,3 @@ > A SOAP client and server for node.js.

This would override the default `ignoredNamespaces` of the `WSDL` processor to `['namespaceToIgnore', 'someOtherNamespace']`. (This shouldn't be necessary, anyways).
## Handling "ignoreBaseNameSpaces" attribute

@@ -571,8 +571,8 @@ If an Element in a `schema` definition depends has a basenamespace defined but the request does not need that value, for example you have a "sentJob" with basenamespace "v20"

```
## Contributors
* Author: [Vinay Pulim](https://github.com/vpulim)
* Maintainers:
* Maintainers:
- [Joe Spencer](https://github.com/jsdevel)

@@ -591,1 +591,4 @@ - [Heinz Romirer](https://github.com/herom)

[gitter-image]: https://badges.gitter.im/vpulim/node-soap.png
[coveralls-url]: https://coveralls.io/r/vpulim/node-soap
[coveralls-image]: http://img.shields.io/coveralls/vpulim/node-soap/master.svg

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