Socket
Socket
Sign inDemoInstall

ibm-openapi-support

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibm-openapi-support - npm Package Compare versions

Comparing version 0.0.4 to 0.0.6

2

package.json
{
"name": "ibm-openapi-support",
"version": "0.0.4",
"version": "0.0.6",
"description": "utility for loading and parsing swagger",

@@ -5,0 +5,0 @@ "author": {

@@ -7,3 +7,3 @@ # ibm-openapi-support

Swaggerize contains two modules, index.js and utils.js. The described below:
Swaggerize contains two modules, index.js and utils.js. They are described below:

@@ -83,2 +83,2 @@ * __utils.loadAsync__: This utility method is used for loading a swagger document from a file path or url. The method takes two arguments and returns a dictionary with two keys, _**loaded**_ and _**parsed**_. The _**loaded**_ key contains a javascript object containing the original document. The _**parsed**_ key contains the a dictionary with parsed swagger elements. The arguments to __loadAsync__:

}
```
```
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