npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@defra-fish/connectors-lib

v1.70.0

Published

Shared connectors

Downloads

3,879

Readme

Rod Licensing - Connectors Lib

Provides connectivity to the resources/infrastructure used in the rod licensing services

Environment variables

| name | description | required | default | valid | notes | | ----------------------------------- | ------------------------------------------------------------------ | :------: | --------------- | ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | | AWS_REGION | The AWS region to use | yes | | See AWS Regions | | | AWS_ACCESS_KEY_ID | AWS Access Key (required if running outside of AWS or without IAM) | maybe | | development, test, production | Set to "local" when running with local infrastructure | | AWS_SECRET_ACCESS_KEY | AWS Secret Key (required if running outside of AWS or without IAM) | maybe | | development, test, production | Set to "local" when running with local infrastructure | | AWS_S3_ENDPOINT | Custom S3 Endpoint | no | Region specific | | Used to override the S3 service endpoint for local development | | AWS_SQS_ENDPOINT | Custom SQS Endpoint | no | Region specific | | Used to override the SQS service endpoint for local development | | AWS_DYNAMODB_ENDPOINT | Custom DynamoDB Endpoint | no | Region specific | | Used to override the DynamoDB service endpoint for local development | | AWS_SECRETS_MANAGER_ENDPOINT | Custom Secrets Manager Endpoint | no | Region specific | | Used to override the Secrets Manager service endpoint for local development | | AWS_NODEJS_CONNECTION_REUSE_ENABLED | Enable connection keep-alive in the AWS connectors | no | Disabed | 1 or 0 | Recommended to enable connection reuse / keep-alive | | SALES_API_URL | URL for the sales API | no | | | | | SALES_API_TIMEOUT_MS | Request timeout for the requests to the sales API | no | 20000 (20s) | | | | GOV_PAY_API_URL | The GOV.UK Pay API base url | yes | | | | | GOV_PAY_APIKEY | GOV pay access identifier | yes | | | | | GOV_PAY_RECURRING_APIKEY | GOV pay access identifier for recurring payments | yes | | | | | GOV_PAY_REQUEST_TIMEOUT_MS | Timeout in milliseconds for API requests | no | 10000 | | | | GOV_PAY_RCP_API_URL | The GOV.UK Pay API url for agreements | yes | | | | | GOV_PAY_HEALTH_CHECK_URL | The Gov.UK Pay health check url | yes | | | |

Prerequisites

See main project documentation.