cdn-cache-check

Makes HTTP requests to URLs and parses response headers to determine caching behaviour

Downloads
12
Stars
4
Committers
1
cdn-cache-check - v2.0.0 - Fixes, features and dependency updates Latest Release

Published by markSmurphy 9 months ago

Changelog

v2.0.0 - February 9th 2024

Breaking Change

  • cdn-cache-check now requires node version 14 or above (previously version 10 or above was supported).

Security

Added

  • A much improved service detection engine which queries cloud providers' publish IP address ranges.
  • Added Azure Service Detection.
  • Added --verbose option which includes a descriptive reason for the service detection results.
  • Added reporting of Application Path to --help --verbose output to aid finding the configuration.json configuration file.
  • Added WordPress Hosting Engine to CDN Detection

Changed

  • Updated AWS IP Ranges to "2022-03-17-23-23-26" (Sync Token: 1647559406).
  • Updated Azure IP Ranges to "2022-03-14" (changeNumber: 193).
  • Updated dependency debug to version 4.3.4.
  • Updated dependency TLDS to version 1.250.0.
  • Updated dependency ip-cidr to version 3.0.11.

cdn-cache-check - v1.7.0 - Added option to follow a specified number of redirects, and dependency updates

Published by markSmurphy over 2 years ago

Changelog

[v1.7.0] - March 13th 2022

Added

  • Added the option --follow which specifies the number of chained HTTP requests to follow (0 to disable following redirects).
  • Improved EXAMPLES in --help screen.
  • Atlassian Status Page added to service detection.

Changed

  • Updated AWS IP Ranges to "2021-06-09-19-14-14" (Sync Token: 1623266054).
  • Updated dependency prettyjson to version 1.2.5.
  • Updated dependency ip-cidr to version 3.0.4.
  • Updated dependency ora to version 5.4.1.
  • Updated dependency pretty-error to version 3.0.4.
  • Updated dependency is-valid-domain to version 0.1.6.
  • Updated dependency debug to version 4.3.3.
  • Updated dependency needle to version 2.9.1.
  • Updated dependency chalk to version 4.1.2.
  • Updated dependency tlds to version 1.230.0.
  • Updated dependency @tusbar/cache-control to version 0.6.1.
  • Updated dependency is-valid-domain to version 0.1.4.
  • Updated dependency columnify to version 1.6.0.

cdn-cache-check - v1.6.4

Published by markSmurphy over 3 years ago

[v1.6.4] - May 31st 2021

Changed

  • Fixed a CDN/Service Detection bug which could result in known AWS services being listed as Unknown.
  • Fixed a CDN/Service Detection bug which could result in a blank response for known services.
  • Added HubSpot CMS Website Hosting to Service Detection

cdn-cache-check - v1.6.3 - Fixed AWS service detection and updated AWS IP Ranges

Published by markSmurphy over 3 years ago

Changelog

[v1.6.3] - May 29th 2021

Changed

  • Fixed a few string substitution bugs in debug logging output.
  • Fixed a bug where AWS services would be reported as Unknown even though the IP address was in the ip-ranges.json
  • Updated AWS IP Ranges to 2021-05-28-19-24-13 (Sync Token: 1622229853).

cdn-cache-check - v1.6.2 - CVE-2021-23337 `loadash` security fix + aesthetic fixes + dependency updates

Published by markSmurphy over 3 years ago

[v1.6.2] - May 11th 2021

Security

  • Updated deep dependencies to apply lodash fix addressing CVE-2021-23337.

Changed

  • Fixed a help screen typo so that it now correctly states that the default HTTP method is GET.
  • Automatically show the help screen when there's a syntax error.
  • Updated dependency ip-cidr to version 2.1.4.
  • Updated dependency open to version 7.4.2.
  • Updated dependency tlds to version 1.221.1.
  • Updated dependency ora to version 5.4.0.
  • Updated dependency chalk to version 4.1.1.
  • Updated dependency is-valid-domain to version 0.0.19.

cdn-cache-check - v1.6.1 - Bug fixes and dependency updates

Published by markSmurphy over 3 years ago

Changelog

[1.6.1] - 5th February 2021

Changed

  • Fixed a bug in --debug output which reported the number of unique domains as undefined.
  • Fixed an incorrect JSON property name type in the internal default settings (i.e. the ones used if default.json isn't loaded correctly).
  • Updated dependency open to version 7.4.0.
  • Fixed a bug which would result in a blank CDN Determination status instead of Unknown.

cdn-cache-check - v1.6.0

Published by markSmurphy almost 4 years ago

Changelog

[1.6.0] - 24th January 2021

Added

  • Improve clarity of service detection when both DNS chain inspection and AWS service CIDR block inspection yield information
  • Added *.fbcdn.net apex domain to CDN detection for Facebook CDN.
  • Added Highwinds Network Group CDN to CDN detection.
  • Added Shopify CDN to CDN detection.
  • Added DigitalOcean Spaces to CDN detection.
  • Added Node.js version requirements to README.md badges.
    • node-current

Changed

  • Updated AWS IP Ranges to 2021-01-22-18-04-19 (Sync Token: 1611338659).
  • Updated dependency jsonexport to version 3.2.0.
  • Updated dependency needle to version 2.6.0.
  • Updated dependency open to version 7.3.1.
  • Updated dependency ora to version 5.3.0.
  • Updated dependency pretty-error to version 3.0.3.
  • Updated dependency supports-color to version 8.1.1.

Package Rankings
Top 30.49% on Npmjs.org
Badges
Extracted from project README
Codacy Badge Known Vulnerabilities
Related Projects