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

CHANGELOG.md

1

dist/index.d.ts
export declare namespace OpenAPI {
type Document = OpenAPIV2.Document | OpenAPIV3.Document;
type Parameters = Array<OpenAPIV3.ReferenceObject | OpenAPIV3.ParameterObject> | Array<OpenAPIV2.ReferenceObject | OpenAPIV2.Parameter>;
interface Request {

@@ -4,0 +5,0 @@ body?: any;

6

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

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

"scripts": {
"prepublish": "tsc",
"prepublishOnly": "tsc",
"test-watch": "tsc",
"travis-test": "npm run prepublish"
"travis-test": "npm run prepublishOnly"
},

@@ -13,0 +13,0 @@ "keywords": [

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