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

serverless-reqvalidator-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-reqvalidator-plugin - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "serverless-reqvalidator-plugin",
"version": "1.0.3",
"version": "1.0.4",
"description": "Serverless plugin for setting request validation",

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

@@ -49,2 +49,10 @@ 'use strict';

// Create schema for your properties. For reference use https://github.com/ajv-validator/ajv
serverless.configSchemaHandler.defineFunctionEventProperties('aws', 'http', {
properties: {
reqValidatorName: { type: 'string' },
},
required: ['reqValidatorName'],
});
this.hooks = {

@@ -51,0 +59,0 @@ 'before:package:finalize': this._beforeDeploy

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