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

cf-kit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-kit - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

build/core/builder.js

@@ -19,3 +19,3 @@ "use strict";

this.addParameter = function (name, parameter) {
_this._cloudformation.Resources[name] = parameter;
_this._cloudformation.Parameters[name] = parameter;
};

@@ -22,0 +22,0 @@ this.addOutput = function (name, output) {

@@ -20,3 +20,3 @@ import { AWSTemplateFormatVersion } from "../types/AWSTemplateFormatVersion";

addParameter = (name: string, parameter: Record<string, any>) => {
this._cloudformation.Resources![name] = parameter;
this._cloudformation.Parameters![name] = parameter;
}

@@ -23,0 +23,0 @@

{
"name": "cf-kit",
"version": "0.0.2",
"version": "0.0.3",
"description": "cf-kit is a utility helper to build dynamic AWS cloudformation typescript templates",

@@ -5,0 +5,0 @@ "author": "Victória Rose",

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