New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bridge-compile

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridge-compile - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

13

dist/openapi.js

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

};
let errorsFormated = {};
const errorsFormated = {};
jsonHandler.returnBridgeType.error.union.forEach((error) => {

@@ -115,7 +115,7 @@ const statusCode = (error.object.status.value || 500).toString();

else if ('union' in errorsFormated[statusCode].object.name)
errorsFormated[statusCode].object.name = {
union: [...errorsFormated[statusCode].object.name.union, error.object.name],
};
else
errorsFormated[statusCode].object.name = { union: [errorsFormated[statusCode].object.name, error.object.name] };
if (!errorsFormated[statusCode].object.name.union.includes(error.object.name)) {
errorsFormated[statusCode].object.name.union.push(error.object.name);
}
else
errorsFormated[statusCode].object.name = { union: [errorsFormated[statusCode].object.name, error.object.name] };
});

@@ -132,3 +132,2 @@ for (const [status, error] of Object.entries(errorsFormated)) {

}
errorsFormated = {};
if (jsonHandler.body)

@@ -135,0 +134,0 @@ operationObject.requestBody = {

{
"name": "bridge-compile",
"version": "1.0.21",
"version": "1.0.22",
"description": "Compile the sdk of your Bridge project with one command locally",

@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>",

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