Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zuplo/cli

Package Overview
Dependencies
Maintainers
3
Versions
347
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zuplo/cli - npm Package Compare versions

Comparing version 1.37.0 to 1.38.0

13

dist/convert/engine.js

@@ -18,5 +18,18 @@ import { join } from "node:path";

const operation = {};
if (route.excludeFromOpenApi) {
operation["x-internal"] = true;
}
operation["summary"] = route.summary;
operation["description"] = route.description;
operation["operationId"] = route.operationId;
const routeWithOpenApi = route;
if (routeWithOpenApi.parameters) {
operation["parameters"] = routeWithOpenApi.parameters;
}
if (routeWithOpenApi.responses) {
operation["responses"] = routeWithOpenApi.responses;
}
if (routeWithOpenApi.tags) {
operation["tags"] = routeWithOpenApi.tags;
}
const xZuploRoute = {};

@@ -23,0 +36,0 @@ if (route.corsPolicy)

2

package.json
{
"name": "@zuplo/cli",
"version": "1.37.0",
"version": "1.38.0",
"type": "module",

@@ -5,0 +5,0 @@ "repository": "https://github.com/zuplo/cli",

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