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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@studyportals/goldeneye-w3c

v1.0.16

Published

GoldenEye W3C is a hybrid library designed to work with both the **AWS CDK** and the **AWS SDK**. This library enables seamless integration of W3C checks into an AWS CodePipeline and handles reporting in GitHub Pull Requests.

Downloads

130

Readme

GoldenEye W3C

GoldenEye W3C is a hybrid library designed to work with both the AWS CDK and the AWS SDK. This library enables seamless integration of W3C checks into an AWS CodePipeline and handles reporting in GitHub Pull Requests.

Overview

GoldenEye W3C provides two distinct modules:

  • CDK Module: This module helps create and attach a W3C check to an AWS CodePipeline. It allows for seamless integration of the W3C validation process into your pipeline.
  • SDK Module: The SDK module manages how the results of the W3C check are reported within GitHub's Pull Requests, ensuring that code quality is continuously monitored.

The W3C check implementation is based on the goldeneye-w3c-submitter Docker image.

How It Works

CodePipeline Integration

GoldenEye adds the StageOptions generated by the CDK part. This allows you to attach a W3C check to your pipeline, ensuring that all changes are compliant with W3C standards.

  1. The docker-compose.yml file is published as an S3 artifact.
  2. This artifact is downloaded and executed within the CodeBuild phase of your CodePipeline.
  3. The CodeBuild project uses the goldeneye-w3c-submitter Docker image to run the W3C checks.
  4. Results from the checks are generated and processed.

GitHub Pull Request Reporting

The SDK module handles reporting for GitHub Pull Requests. After the W3C check completes, the results are posted back to the associated Pull Request, ensuring that all changes are compliant with W3C standards.

Installation

npm install

Usage

Make sure you have session credentials for the AWS account 478262784215 (PLOP Dev)

export VALIDATOR_SUBMITTER_IMAGE=478262784215.dkr.ecr.eu-central-1.amazonaws.com/goldeneye-w3c:latest

Test

Run npm run test to execute the CDK tests.

CDK Integration

To integrate W3C checks into your AWS CodePipeline using the AWS CDK:

npm install goldeneye-w3c