Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

third-party-resources-checker

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

third-party-resources-checker - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

package.json
{
"name": "third-party-resources-checker",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Third Party Resources Checker is a tool to detect non-w3.org and non-whitelisted resources in a Web page.",
"license": "MIT",

@@ -5,0 +6,0 @@ "repository": {

@@ -0,1 +1,3 @@

[![npm version](https://img.shields.io/npm/v/third-party-resources-checker.svg)](https://npmjs.org/package/third-party-resources-checker)
[![License](https://img.shields.io/npm/l/third-party-resources-checker.svg)](LICENSE)
[![Build Status](https://travis-ci.org/w3c/third-party-resources-checker.svg?branch=master)](https://travis-ci.org/w3c/third-party-resources-checker)

@@ -6,6 +8,8 @@ [![Coverage Status](https://coveralls.io/repos/w3c/third-party-resources-checker/badge.svg)](https://coveralls.io/r/w3c/third-party-resources-checker)

This phantomjs-based tool loads a Web-page and logs on the standard output any URL (one per line) the page requests while loading that is not a `www.w3.org` URL (as defined in the `whitelisted_domains` variable).
# Third Party Resources Checker
It is meant to become a component of a new streamlined W3C publication workflow.
This PhantomJS-based tool loads a given URL and logs on the standard output any URL (one per line) the page requests while loading that is not a `www.w3.org` nor a whitelisted URL (as defined in the `whitelisted_domains` variable).
It is a component of the W3C automated publication workflow, orchestrated by [Echidna](https://github.com/w3c/echidna).
## Installation

@@ -12,0 +16,0 @@

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