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 4.0.1 to 4.0.2

10

changelog.md

@@ -5,4 +5,12 @@ # Architect Utils changelog

## [4.0.0] 2023-10-19
## [4.0.2] 2024-02-06
### Changed
- Updated `aws-lite`
---
## [4.0.0 - 4.0.1] 2024-02-01
### Added

@@ -9,0 +17,0 @@

4

check-creds/index.js

@@ -21,4 +21,4 @@ /**

awsLite({
autoloadPlugins: false,
profile: inventory.inv?.aws?.profile, // aws-lite falls back to AWS_PROFILE or 'default' if undefined
// aws-lite falls back to AWS_PROFILE or 'default' if undefined
profile: inventory.inv?.aws?.profile,
region: 'us-west-1',

@@ -25,0 +25,0 @@ })

{
"name": "@architect/utils",
"version": "4.0.1",
"version": "4.0.2",
"description": "Common utility functions",

@@ -23,3 +23,3 @@ "main": "index.js",

"dependencies": {
"@aws-lite/client": "^0.16.1",
"@aws-lite/client": "^0.17.1",
"chalk": "4.1.2",

@@ -35,3 +35,3 @@ "glob": "~10.3.10",

"@architect/eslint-config": "~2.1.2",
"@architect/inventory": "~4.0.1",
"@architect/inventory": "~4.0.2",
"cross-env": "~7.0.3",

@@ -38,0 +38,0 @@ "eslint": "~8.56.0",

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