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

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 1.2.0 to 1.3.0

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # openapi-types Changelog

## 1.3.0 - 2018-10-03
### Added
- `OpenAPI.Parameter` - Represents a parameter across all OpenAPI versions that have the notion of a parameter.
## 1.2.0 - 2018-09-29

@@ -9,0 +13,0 @@ ### Added

export declare namespace OpenAPI {
type Document = OpenAPIV2.Document | OpenAPIV3.Document;
type Parameter = OpenAPIV3.ReferenceObject | OpenAPIV3.ParameterObject | OpenAPIV2.ReferenceObject | OpenAPIV2.Parameter;
type Parameters = Array<OpenAPIV3.ReferenceObject | OpenAPIV3.ParameterObject> | Array<OpenAPIV2.ReferenceObject | OpenAPIV2.Parameter>;

@@ -4,0 +5,0 @@ interface Request {

2

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

@@ -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