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.1 to 0.2.2

4

esm/wsdl-to-ts.js

@@ -231,3 +231,5 @@ import * as soap from "soap";

" raw: string, " +
" soapHeader: {[k: string]: any}) => any" +
" soapHeader: {[k: string]: any;}) => any, " +
"options?: any, " +
"extraHeaders?: any" +
") => void";

@@ -234,0 +236,0 @@ }

@@ -234,3 +234,5 @@ "use strict";

" raw: string, " +
" soapHeader: {[k: string]: any}) => any" +
" soapHeader: {[k: string]: any;}) => any, " +
"options?: any, " +
"extraHeaders?: any" +
") => void";

@@ -237,0 +239,0 @@ }

{
"name": "wsdl-to-ts",
"version": "0.2.1",
"version": "0.2.2",
"description": "Build TypeScript typings for SOAP WSDL",

@@ -5,0 +5,0 @@ "main": "lib/wsdl-to-ts.js",

@@ -259,3 +259,5 @@ import * as soap from "soap";

" raw: string, " +
" soapHeader: {[k: string]: any}) => any" +
" soapHeader: {[k: string]: any;}) => any, " +
"options?: any, " +
"extraHeaders?: any" +
") => void";

@@ -262,0 +264,0 @@ }

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc