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.0.10 to 30.0.11

5

en/aws/intro-roadmap.md

@@ -7,6 +7,5 @@ # Roadmap

- `arc-workflows` expose support structured http status codes and errors
- `arc-sandbox` error traps
- `arc-sandbox` error traps for 302, 403, 404 and 500
- `arc-env` infra env var and configuration management
- `arc-functions`, `arc-workflows` add `text/html` and `text/css` route handlers
- `text/javascript` and `text/css` route handlers
- `arc-docs`: examples and guides

@@ -13,0 +12,0 @@

7

en/aws/reference-functions.md

@@ -45,2 +45,3 @@ # Functions

- `session` (optional) a plain `Object`
- `status` (optional) HTTP error statusCode responses: `500`, `403` or `404`
- `next` is an optional function to continue middleware execution

@@ -157,3 +158,7 @@

- `req` is a plain object with `path`, `method`, `query`, `params`, `body` keys
- `res` is a function that must be invoked with either `json` or `location` and optionally a `session` key
- `res` is a function that must be invoked with named params:
- `json` a plain `Object` value
- or `location` with a url value (a string starting w `/`)
- `session` (optional) a plain `Object`
- `status` (optional) HTTP error statusCode responses: `500`, `403` or `404`
- `next` is an optional function to continue middleware execution

@@ -160,0 +165,0 @@

{
"name": "@architect/docs",
"version": "30.0.10",
"version": "30.0.11",
"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