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.2.3 to 0.2.4

4

lib/resources.js

@@ -10,3 +10,5 @@ 'use strict';

var build = function build(Type) {
return function (Properties, more) {
return function (Properties) {
var more = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
if (more.Environment) {

@@ -13,0 +15,0 @@ if (more.Environment !== process.env.NODE_ENV) return;else delete more.Environment;

{
"name": "axe",
"version": "0.2.3",
"version": "0.2.4",
"description": "Painlessly build and apply AWS CloudFormation stacks",

@@ -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