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.1 to 30.1.2

14

en/aws/index.md

@@ -30,9 +30,9 @@ # 🌩 architect

/
├── src
│ └── html
│ ├── get-index/
│ ├── get-hellos/
│ └── post-hello/
├── .arc
└── package.json
|-- src
| `-- html
| |-- get-index/
| |-- get-hellos/
| `-- post-hello/
|-- .arc
`-- package.json

@@ -39,0 +39,0 @@ ```

@@ -83,16 +83,16 @@ # Concepts

/
├── src
│ ├── html
│ │ ├── get-index/
│ │ └── get-likes/
│ ├── json
│ │ └── get-likes/
│ ├── events
│ │ └── hit-counter/
│ ├── scheduled
│ │ └── daily-affirmation/
│ └── tables
│ └── likes-update/
├── .arc
└── package.json
|-- src
| |-- html
| | |-- get-index/
| | `-- get-likes/
| |-- json
| | `-- get-likes/
| |-- events
| | `-- hit-counter/
| |-- scheduled
| | `-- daily-affirmation/
| `-- tables
| `-- likes-update/
|-- .arc
`-- package.json
```

@@ -99,0 +99,0 @@

@@ -29,11 +29,11 @@ # Project layout

/
├── src
│ ├── events
│ │ └── hello/
│ ├── html
│ │ └── get-index/
│ └── json
│ └── get-posts/
├── .arc
└── package.json
|-- src
| |-- events
| | `-- hello/
| |-- html
| | `-- get-index/
| `-- json
| `-- get-posts/
|-- .arc
`-- package.json
```

@@ -40,0 +40,0 @@

@@ -20,7 +20,7 @@ # @events

/
├── events
│ ├── hit-counter/
│ └── likes/
├── .arc
└── package.json
|-- events
| |-- hit-counter/
| `-- likes/
|-- .arc
`-- package.json
```

@@ -27,0 +27,0 @@

@@ -29,10 +29,10 @@ # @html

/
├── html
│ ├── get-index/
│ ├── get-pages/
│ ├── get-pages-000dateID/
│ ├── get-contact/
│ └── post-contact/
├── .arc
└── package.json
|-- html
| |-- get-index/
| |-- get-pages/
| |-- get-pages-000dateID/
| |-- get-contact/
| `-- post-contact/
|-- .arc
`-- package.json
```

@@ -39,0 +39,0 @@

@@ -28,10 +28,10 @@ # @json

/
├── html
│ ├── get-notes/
│ ├── get-notes-000noteID/
│ ├── post-notes/
│ ├── post-notes-000noteID/
│ └── post-notes-000noteID-delete/
├── .arc
└── package.json
|-- html
| |-- get-notes/
| |-- get-notes-000noteID/
| |-- post-notes/
| |-- post-notes-000noteID/
| `-- post-notes-000noteID-delete/
|-- .arc
`-- package.json
```

@@ -38,0 +38,0 @@

@@ -20,7 +20,7 @@ # @scheduled

/
├── scheduled
│ ├── daily-update-buddy/
│ └── friyay-only/
├── .arc
└── package.json
|-- scheduled
| |-- daily-update-buddy/
| `-- friyay-only/
|-- .arc
`-- package.json
```

@@ -27,0 +27,0 @@

@@ -45,10 +45,10 @@ # @tables

/
├── tables
│ ├── people-insert/
│ ├── people-update/
│ └── people-destroy/
├── .arc
└── package.json
|-- tables
| |-- people-insert/
| |-- people-update/
| `-- people-destroy/
|-- .arc
`-- package.json
```
## Next: [Defining DynamoDB table indexes with `@indexes`](/reference/indexes)
{
"name": "@architect/docs",
"version": "30.1.1",
"version": "30.1.2",
"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