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

openapi-jsonschema-parameters

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-jsonschema-parameters - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

test/data-driven/allow-custom-parameters.js

2

index.js

@@ -61,3 +61,3 @@ module.exports = convert;

if (VALIDATION_KEYWORDS.indexOf(keyword) > -1) {
if (VALIDATION_KEYWORDS.indexOf(keyword) > -1 || keyword.slice(0,2) === 'x-') {
dst[keyword] = src[keyword];

@@ -64,0 +64,0 @@ }

{
"name": "openapi-jsonschema-parameters",
"version": "0.2.0",
"version": "0.3.0",
"description": "Converts openapi parameters to a jsonschema format.",

@@ -5,0 +5,0 @@ "scripts": {

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