third-party-resources-checker
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15120
68