New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@architect/docs

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/docs - npm Package Compare versions

Comparing version 30.1.41 to 30.1.42

10

en/aws/quickstart-setup.md

@@ -5,9 +5,11 @@ # Setup

AWS Credentials are listed in:
On *nix systems AWS Credentials are listed in:
```bash
# *nix systems
~/.aws/credentials
```
# or on Windows systems
Or on Windows systems:
```bash
C:\Users\USER_NAME\.aws\credentials

@@ -28,3 +30,3 @@ ```

All arc npm run scripts require `AWS_PROFILE` and `AWS_REGION` environment variables set.
All arc npm run scripts require `AWS_PROFILE` and `AWS_REGION` environment variables set. Currently we reccomend putting them in your `npm run` scripts and *not* setting them globally on your system. This leaves room for the common scenario of people and/or organizations with multiple AWS accounts.

@@ -31,0 +33,0 @@ > Tip: Windows users will want to use [cross-env](https://www.npmjs.com/package/cross-env) for cross platform env vars; more info about setting up for Windows can found in [this issue thread](https://github.com/arc-repos/arc-docs/issues/19#issuecomment-321738242)

2

package.json
{
"name": "@architect/docs",
"version": "30.1.41",
"version": "30.1.42",
"main": "index",

@@ -5,0 +5,0 @@ "scripts": {

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