Socket
Socket
Sign inDemoInstall

axe

Package Overview
Dependencies
6
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.6 to 0.3.7

12

lib/components/apply.js

@@ -33,2 +33,8 @@ 'use strict';

Object.keys(this._stack.Parameters).forEach(function (p) {
if (!_this._params[p]) {
params.push({ ParameterKey: p, UsePreviousValue: true });
}
});
Object.keys(this._params).forEach(function (p) {

@@ -49,8 +55,2 @@ var key = p + 'Param';

Object.keys(this._stack.Parameters).forEach(function (p) {
if (!_this._params[p]) {
params.push({ ParameterKey: p, UsePreviousValue: true });
}
});
if (this.envParam) {

@@ -57,0 +57,0 @@ this._stack.Parameters.envParam = {

@@ -101,2 +101,4 @@ 'use strict';

if (Array.isArray(data)) {
data = data.filter(Boolean);
return data.forEach(function (i) {

@@ -103,0 +105,0 @@ return _this2._add(type, i);

{
"name": "axe",
"version": "0.3.6",
"version": "0.3.7",
"description": "Create AWS infrastructure with Javascript",

@@ -5,0 +5,0 @@ "author": "Jason Maurer",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc