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

openapi-to-md

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-to-md - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

4

dist/index.js

@@ -336,3 +336,3 @@ #!/usr/bin/env node

}
const document = readDoument(src);
const document = readDoument(src.toString());
if (!document) {

@@ -362,3 +362,3 @@ console.error(`'${srcFile}' is not 'yaml' or 'json'`);

else {
exports.convertMarkdown(process.argv[2], process.argv[3]);
(0, exports.convertMarkdown)(process.argv[2], process.argv[3]);
}
{
"name": "openapi-to-md",
"version": "1.0.10",
"version": "1.0.11",
"main": "dist/index.js",

@@ -16,12 +16,12 @@ "bin": {

"devDependencies": {
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"@types/node": "^16.7.11",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"openapi-types": "^9.0.0",
"prettier": "^2.3.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
"eslint-plugin-prettier": "^4.0.0",
"openapi-types": "^9.3.0",
"prettier": "^2.3.2",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},

@@ -28,0 +28,0 @@ "dependencies": {

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