Socket
Socket
Sign inDemoInstall

axe

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axe - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

lib/index.js

@@ -53,4 +53,4 @@ 'use strict';

this._params = opts.params || {};
this.envParam = opts.envParam !== undefined ? opts.envParam : false;
this.hiddenParams = opts.hiddenParams !== undefined ? opts.hiddenParams : false;
this.envParam = opts.envParam !== undefined ? opts.envParam : true;
this.hiddenParams = opts.hiddenParams !== undefined ? opts.hiddenParams : true;

@@ -57,0 +57,0 @@ if (opts.appendEnv) {

{
"name": "axe",
"version": "0.3.2",
"version": "0.3.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc