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

crdtoapi

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crdtoapi - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

dist/findModels.js

2

dist/index.js

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

program
.version("0.0.7")
.version("0.0.9")
.description("Convert CRDs to OpenAPI file")

@@ -29,0 +29,0 @@ .option("-i, --in <dir>", "Input directory path - required")

{
"name": "crdtoapi",
"version": "0.0.8",
"version": "0.0.9",
"description": "CustomResourceDefinitions to OpensAPI",

@@ -29,3 +29,4 @@ "homepage": "https://github.com/yaacov/crdtoapi",

"commander": "^9.4.1",
"js-yaml": "^4.1.0"
"js-yaml": "^4.1.0",
"mustache": "^4.2.0"
},

@@ -35,2 +36,3 @@ "devDependencies": {

"@types/js-yaml": "^4.0.5",
"@types/mustache": "^4.2.2",
"@types/node": "^18.11.10",

@@ -37,0 +39,0 @@ "@typescript-eslint/eslint-plugin": "^5.45.0",

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

program
.version("0.0.7")
.version("0.0.9")
.description("Convert CRDs to OpenAPI file")

@@ -16,0 +16,0 @@ .option("-i, --in <dir>", "Input directory path - required")

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