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

serverless-plugin-ci-build

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-plugin-ci-build - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

index.js

@@ -52,2 +52,3 @@ 'use strict';

const serviceName = this.serverless.service.service;
const buildPluginCfTemplateFileName = this.buildPlugin.cfTemplateFileName || 'cloudformation-template-update-stack.json.j2';

@@ -70,3 +71,3 @@ const replacer = (key, value) => {

const buildPluginDir = this.buildPlugin.buildDirectory || '.buildPlugin';
const templatePath = path.join(buildPluginDir, `${serviceName}.json.j2`);
const templatePath = path.join(buildPluginDir, buildPluginCfTemplateFileName);

@@ -73,0 +74,0 @@ // Create buildPlugin deployment directory

{
"name": "serverless-plugin-ci-build",
"description": "Serverless Framework Plugin that creates Jinja2 template from CloudFormation templates",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "author": "Eetu Tuomala",

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