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

@znemz/cfn-include

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@znemz/cfn-include - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

2

lib/include/query.js

@@ -12,2 +12,4 @@ const { get } = require('lodash')

queryParsers["default"] = queryParsers[process.env.CFN_INCLUDE_QUERY_PARSER] || queryParsers.default;
function getParser(type) {

@@ -14,0 +16,0 @@ return queryParsers[type] || queryParsers.default;

2

package.json
{
"name": "@znemz/cfn-include",
"version": "1.6.2",
"version": "1.6.3",
"description": "Preprocessor for CloudFormation templates with support for loops and flexible include statements",

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

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