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

@ovotech/laminar-cli

Package Overview
Dependencies
Maintainers
295
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/laminar-cli - npm Package Compare versions

Comparing version 0.13.13 to 0.13.14

2

dist/commands/axios/convert.js

@@ -107,3 +107,3 @@ "use strict";

const responseAst = convertResponses(astRequestBody.context, operation.responses);
const hasData = method === 'post' || method === 'put';
const hasData = method === 'post' || method === 'put' || method === 'patch';
const configDataIdentifier = pathToIdentifier(method, path);

@@ -110,0 +110,0 @@ const configDataContext = configParams.type.length

@@ -15,3 +15,3 @@ "use strict";

.createCommand('laminar')
.version('0.11.0')
.version('0.13.14')
.description(`Laminar CLI - a tool for converting OpenApi and Avro Schemas to appropriate typescript types

@@ -18,0 +18,0 @@

{
"name": "@ovotech/laminar-cli",
"version": "0.13.13",
"version": "0.13.14",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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