
Product
Introducing Custom Pull Request Alert Comment Headers
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
@politico/hermes
Advanced tools
The herald of the POLITICO newsroom
The AWS-SDK has a great set of tools for uploading and removing files form S3. Hermes is an opinionated library built on top of that to make publishing easier for those projects that follow our configurations.
Install the library
$ npm i @politico/hermes
Import and run in node script in your bin scripts.
/* bin/publish.js */
import * as hermes from '@politico/hermes';
await hermes.publish(sourceDirectory, destinationKey, { ...options });
Run the bin script:
$ node bin/publish.js
Another major offer of hermes is our clients systems. Hermes offers the following clients:
import * as hermes from '@politico/hermes';
const s3 = await hermes.clients.aws.s3();
await s3.upload({
...options,
});
Each client also comes with a .client
property which allows access to the base client instance for custom calls.
Our client offerings are:
aws.ddb
)
client.document.X
)
aws.s3
)
aws.secrets
)
aws.ssm
)
aws.sts
)
bsp
)
client.embed.X
)
client.article.X
)
cloudflare
)
domo
)
client.auth.X
)
notion
)
slack
)
Icon in logo courtesy of: Hermés by IconMark from NounProject.com
©2022 POLITICO
FAQs
_The herald of the POLITICO newsroom_
The npm package @politico/hermes receives a total of 73 weekly downloads. As such, @politico/hermes popularity was classified as not popular.
We found that @politico/hermes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 16 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.