New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reusable-serverless-template

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reusable-serverless-template - npm Package Compare versions

Comparing version 1.1.1 to 1.2.1

dist/src/ReusableServerlessTemplate.d.ts

4

dist/src/index.d.ts

@@ -1,2 +0,2 @@

export { YamlTemplate } from './YamlTemplate';
export { load, dump } from './YamlTemplate';
export { ReusableServerlessTemplate, TokenType, Token } from './ReusableServerlessTemplate';
export { load, dump } from './ReusableServerlessTemplate';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var YamlTemplate_1 = require("./YamlTemplate");
exports.YamlTemplate = YamlTemplate_1.YamlTemplate;
var YamlTemplate_2 = require("./YamlTemplate");
exports.load = YamlTemplate_2.load;
exports.dump = YamlTemplate_2.dump;
var ReusableServerlessTemplate_1 = require("./ReusableServerlessTemplate");
exports.ReusableServerlessTemplate = ReusableServerlessTemplate_1.ReusableServerlessTemplate;
exports.TokenType = ReusableServerlessTemplate_1.TokenType;
var ReusableServerlessTemplate_2 = require("./ReusableServerlessTemplate");
exports.load = ReusableServerlessTemplate_2.load;
exports.dump = ReusableServerlessTemplate_2.dump;
{
"name": "reusable-serverless-template",
"version": "1.1.1",
"version": "1.2.1",
"main": "dist/src/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -150,2 +150,3 @@ # Reusable serverless template

``${self:custom.tableName${opt:env}}``
* _1.1.0_ tfile supports referencing json files, which are automatically converted to yaml if their extension is. json
* _1.1.0_ tfile supports referencing json files, which are automatically converted to yaml if their extension is. json
* _1.2.1_ opt and custom now match variable names with defaults e.g. ``${opt:stage, 'dev'}``
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