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

@kakkuk/serverless-aws-apigateway-documentation

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kakkuk/serverless-aws-apigateway-documentation - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

2

package.json
{
"name": "@kakkuk/serverless-aws-apigateway-documentation",
"version": "1.1.7",
"version": "1.1.8",
"description": "Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway",

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

@@ -20,3 +20,3 @@ 'use strict';

this.customVars = this.serverless.variables.service.custom;
this.customVars = this.serverless.service.custom;
const naming = this.serverless.providers.aws.naming;

@@ -117,3 +117,3 @@ this.getMethodLogicalId = naming.getMethodLogicalId.bind(naming);

beforeDeploy() {
this.customVars = this.serverless.variables.service.custom;
this.customVars = this.serverless.service.custom;
if (!(this.customVars && this.customVars.documentation)) return;

@@ -120,0 +120,0 @@

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