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

@readme/oas-extensions

Package Overview
Dependencies
Maintainers
8
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readme/oas-extensions - npm Package Compare versions

Comparing version 7.4.0 to 7.5.0

9

index.js

@@ -20,1 +20,10 @@ // Make sure you document any changes on here:

};
// add these functions to OAS class on packages/tooling/src/oas.js
module.exports.getExtension = (ext, oas, operation) => {
if (operation[ext] === undefined && oas[ext] === undefined) {
return module.exports.defaults[ext];
}
return operation[ext] === undefined ? oas[ext] : operation[ext];
};

4

package.json
{
"name": "@readme/oas-extensions",
"description": "A list of extensions that ReadMe has added to the OAS spec",
"version": "7.4.0",
"version": "7.5.0",
"scripts": {

@@ -19,3 +19,3 @@ "test": "eslint ."

},
"gitHead": "def2fbbda0d54062720a440c223dfb78f78c7d60"
"gitHead": "994d15848edc26f8b54192fc6b4c409286beb1b8"
}
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