Socket
Socket
Sign inDemoInstall

wsdl-to-ts

Package Overview
Dependencies
50
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

.travis.yml

17

package.json
{
"name": "wsdl-to-ts",
"version": "0.2.0",
"version": "0.2.1",
"description": "Build TypeScript typings for SOAP WSDL",

@@ -10,3 +10,4 @@ "main": "lib/wsdl-to-ts.js",

"test": "node test/index.js",
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json -d --outDir esm --module es2015 --target es2016 && npm test"
"build": "npx tsc -p tsconfig.json && npx tsc -p tsconfig.json -d --outDir esm --module es2015 --target es2016",
"ci": "npm run build && npm test"
},

@@ -18,3 +19,5 @@ "bin": {

"soap",
"typescript"
"typescript",
"wsdl",
"ts"
],

@@ -29,4 +32,4 @@ "author": {

"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.3.29",
"@types/node": "*",
"@types/mkdirp": ">=0.5.1 <1.0.0",
"@types/node": ">=6.0.0 <12.0.0",
"tslint": "^5.11.0",

@@ -37,4 +40,4 @@ "typescript": "^2.2.0"

"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"soap": "^0.21.0"
"mkdirp": ">=0.5.1 <1.0.0",
"soap": ">=0.21.0 <1.0.0"
},

@@ -41,0 +44,0 @@ "bugs": {

# wsdl-to-ts
<a href="https://travis-ci.org/TimLuq/wsdl-to-ts">
<img src="https://api.travis-ci.org/TimLuq/wsdl-to-ts.svg?branch=master"
<img src="https://travis-ci.org/TimLuq/wsdl-to-ts.svg?branch=master"
alt="build status" />

@@ -11,3 +11,3 @@ </a>

</a>
<a href="https://github.com/TimLuq/wsdl-to-ts/blob/master/LICENSE.md">
<a href="https://github.com/TimLuq/wsdl-to-ts/blob/master/LICENSE">
<img src="https://img.shields.io/npm/l/wsdl-to-ts.svg"

@@ -14,0 +14,0 @@ alt="license" />

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc