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

@bearer/openapi-generator

Package Overview
Dependencies
Maintainers
4
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bearer/openapi-generator - npm Package Compare versions

Comparing version 0.109.0 to 0.110.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.110.0](https://github.com/Bearer/bearer/compare/v0.109.0...v0.110.0) (2019-04-08)
### Features
* **openapi-generator:** update OpenAPI Spec generation ([#620](https://github.com/Bearer/bearer/issues/620)) ([75b2f71](https://github.com/Bearer/bearer/commit/75b2f71))
# [0.109.0](https://github.com/Bearer/bearer/compare/v0.108.0...v0.109.0) (2019-04-04)

@@ -8,0 +19,0 @@

17

lib/openapi-template.d.ts
declare type THeader = {
openapi: string;
info: {
description: string;
version: string;
title: string;
contact: {
email: string;
};
license: {
name: string;
};
};

@@ -17,10 +9,3 @@ servers: {

}[];
tags: {
name: string;
description: string;
externalDocs: {
description: string;
url: string;
};
}[];
tags: {}[];
};

@@ -27,0 +12,0 @@ declare type TParam = {

@@ -55,18 +55,8 @@ "use strict";

info: {
description: `openapi definition file for ${integrationName}`,
version: '0.0.1',
title: integrationName,
contact: { email: 'bearer@bearer.sh' },
license: { name: 'MIT' }
title: integrationName
},
servers: [{ url: 'https://int.bearer.sh/api/v3/functions/backend/' }],
tags: [
{
name: 'integration',
description: `List of endpoints providing backend to backend integration with ${integrationName}`,
externalDocs: { description: 'Find out more', url: 'https://www.bearer.sh' }
}
]
tags: []
};
}
exports.topOfSpec = topOfSpec;
{
"name": "@bearer/openapi-generator",
"version": "0.109.0",
"version": "0.110.0",
"description": "Function openapi spec generator",

@@ -32,6 +32,6 @@ "main": "lib/index.js",

"dependencies": {
"@bearer/functions": "^0.109.0",
"@bearer/functions": "^0.110.0",
"lodash.merge": "^4.6.1"
},
"gitHead": "22c62a6981440e24d66aae6c4c3f91fa88ccfc0d"
"gitHead": "232d110bb7acc497becc0f4f997d1795a99573bd"
}

Sorry, the diff of this file is not supported yet

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