New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

any2api-generator-soap

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any2api-generator-soap - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

lib/Generator.js

@@ -93,3 +93,3 @@ var path = require('path');

def.wsdl_default = S(def.wsdl_default).escapeHTML().s
def.wsdl_default = _.escape(def.wsdl_default);
}

@@ -125,3 +125,3 @@

if (_.isEmpty(def.wsdl_doc)) delete def.wsdl_doc;
//else def.wsdl_doc = S(def.wsdl_doc).escapeHTML().s;
//else def.wsdl_doc = _.escape(def.wsdl_doc);
});

@@ -128,0 +128,0 @@ };

{
"name": "any2api-generator-soap",
"version": "0.1.8",
"version": "0.1.9",
"author": "Johannes Wettinger <mail@jojow.de>",

@@ -5,0 +5,0 @@ "description": "SOAP/WSDL API implementation generator for any2api",

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