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

openapi-to-typescript

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-to-typescript - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

dist/typings/openapi/index.js

2

dist/index.js

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

exports.GenerateTypings = async (apiSchema, { operationFormatters = [] } = {}) => {
const schemas = lodash_1.merge({}, apiSchema.components.schemas);
const schemas = lodash_1.merge({}, lodash_1.get(apiSchema, 'components.schemas'));
const paths = lodash_1.merge({}, apiSchema.paths);

@@ -13,0 +13,0 @@ const typeStore = new store_1.Store();

{
"name": "openapi-to-typescript",
"version": "3.0.0",
"version": "3.1.0",
"description": "Generate TypeScript typings based on an OpenAPI schema object.",

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

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