Socket
Socket
Sign inDemoInstall

@bearer/openapi-generator

Package Overview
Dependencies
162
Maintainers
4
Versions
174
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.100.1-next.48 to 0.101.0-canary.43

1

lib/index.js

@@ -82,3 +82,2 @@ "use strict";

const authType = checker.typeToString(typ.aliasTypeArguments[index]);
console.log(authType);
if (/apiKey/.test(authType))

@@ -85,0 +84,0 @@ return 'APIKEY';

2

lib/openapi-template.js

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

},
servers: [{ url: 'https://int.bearer.sh/api/v2/functions/backend/' }],
servers: [{ url: 'https://int.bearer.sh/api/v3/functions/backend/' }],
tags: [

@@ -64,0 +64,0 @@ {

{
"name": "@bearer/openapi-generator",
"version": "0.100.1-next.48+5c1cb5eb",
"version": "0.101.0-canary.43+2145974e",
"description": "Function openapi spec generator",

@@ -28,10 +28,10 @@ "main": "lib/index.js",

"prepare": "yarn clean && yarn build",
"test": "jest",
"test:ci": "jest --coverage"
"test": "jest --colors",
"test:ci": "jest --coverage --colors"
},
"dependencies": {
"@bearer/functions": "^0.100.1-next.48+5c1cb5eb",
"@bearer/functions": "^0.101.0-canary.43+2145974e",
"lodash.merge": "^4.6.1"
},
"gitHead": "5c1cb5eb8a482e2b2ea9564e8baaf5606dd1aeb1"
"gitHead": "2145974e8445cbc84d5ee7aa43f9c25593e1bd06"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc