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

@insertish/oapi

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

@insertish/oapi - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

2

cli.js

@@ -117,3 +117,3 @@ #!/usr/bin/env bash

for (const schema of Object.keys(schemas)) {
entries.push(`export type ${schema} = components['schemas']['${schema}'];`);
entries.push(`export type ${schema.replace(/\s/g, '_')} = components['schemas']['${schema}'];`);
}

@@ -120,0 +120,0 @@

{
"name": "@insertish/oapi",
"version": "0.1.13",
"version": "0.1.14",
"description": "API Library Generator for OpenAPI",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -188,3 +188,3 @@ // This file was auto-generated by @insertish/oapi!

/**
* Send HTTP GET request.
* Send HTTP PATCH request.
* @param path Path

@@ -191,0 +191,0 @@ * @param params Body or Query Parameters

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