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

api-doc-validator

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-doc-validator - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

7

lib/templates/api-createRequest.js

@@ -5,3 +5,8 @@

return async function () {
let args = Array.from(arguments);
let args = (
Api.mapArguments ?
Api.mapArguments({arguments, endpoint: e, context: this}) :
Array.from(arguments)
);
const ajv = Api.getAjv();

@@ -8,0 +13,0 @@ const errorHandler = context.errorHandler || Api.errorHandler;

2

package.json
{
"name": "api-doc-validator",
"version": "2.5.0",
"version": "2.6.0",
"description": "api doc and validator",

@@ -5,0 +5,0 @@ "main": "index.js",

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