Socket
Socket
Sign inDemoInstall

openapi-types

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-types - npm Package Compare versions

Comparing version 9.3.0 to 9.3.1

4

package.json
{
"name": "openapi-types",
"version": "9.3.0",
"version": "9.3.1",
"description": "Types for OpenAPI documents.",

@@ -24,3 +24,3 @@ "main": "./dist/index.js",

"license": "MIT",
"gitHead": "314128e2983a24911573267b511722cc88dd0510"
"gitHead": "c00345a3b28ff141d478572c82551bd478be2989"
}

@@ -7,3 +7,3 @@ # openapi-types [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url]

```typescript
import { OpenAPIV2, OpenAPIV3 } from "openapi-types";
import { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from "openapi-types";

@@ -13,2 +13,4 @@ function processV2(doc: OpenAPIV2.Document) {}

function processV3(doc: OpenAPIV3.Document) {}
function processV3_1(doc: OpenAPIV3_1.Document) {}
```

@@ -15,0 +17,0 @@

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