Socket
Socket
Sign inDemoInstall

@a11ywatch/website-source-builder

Package Overview
Dependencies
0
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @a11ywatch/website-source-builder

get valid data properties for a11ywatch websites.


Version published
Weekly downloads
107
decreased by-39.55%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@a11ywatch/website-source-builder

This package is used throughout the A11yWatch eco system as re-usable utils. The purpose of this lib is to handle custom edge cases that are required for the system and found being used throughout the system like converters and data handling functions.

Installation

npm install @a11ywatch/website-source-builder

import { sourceBuild } from "@a11ywatch/website-source-builder"

const data = sourceBuild("https://a11ywatch.com");

//  output {
//       pathname: "/",
//       domain: "a11ywatch.com",
//       pageUrl: "https://a11ywatch.com",
//       url: "https://a11ywatch.com"
//     }

Utils

This repo handles the usage limits that map to each plan or role. The usage is returned as ms.

The other utils are set to build custom shapes that help display or use values in A11yWatch that may just be used in memory.

Keywords

FAQs

Last updated on 23 Mar 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc