Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@architect/utils

Package Overview
Dependencies
Maintainers
6
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/utils - npm Package Compare versions

Comparing version 3.1.8 to 3.1.9

6

banner/init-aws.js

@@ -14,6 +14,4 @@ let { existsSync: exists } = require('fs')

// AWS SDK intentionally not added to package deps; assume caller already has it
try {
// eslint-disable-next-line
require('aws-sdk/lib/maintenance_mode_message').suppress = true
}
// eslint-disable-next-line
try { require('aws-sdk/lib/maintenance_mode_message').suppress = true }
catch { /* Noop */ }

@@ -20,0 +18,0 @@ // eslint-disable-next-line

@@ -5,3 +5,3 @@ # Architect Utils changelog

## [3.1.7 - 3.1.8] 2023-04-22
## [3.1.7 - 3.1.9] 2023-04-22

@@ -8,0 +8,0 @@ ### Changed

{
"name": "@architect/utils",
"version": "3.1.8",
"version": "3.1.9",
"description": "Common utility functions",

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