Socket
Socket
Sign inDemoInstall

cdnwhaaat

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdnwhaaat

Check that your files are on the CDN.


Version published
Weekly downloads
7
increased by600%
Maintainers
1
Weekly downloads
 
Created
Source

CDN...Whaat!

This script simply helps you checking that some files have been uploaded to your CDN.

cdnwhaat

It is usually common to build some assets (optimized images, minified JS) on your server and then send them to your CDN -- but better check they have really been uploaded, else your deployment will reserve you some nasty surprises!

Installation

Install this module globally

npm install -g cdnwhaaat

Usage

cdnwhaaat /path/to/your/assets --cdn=https://cdn.example.org/assets/ [--tries 5] [--sleep 3]

The first argument is the path to your assets on the machine where cdnwhaaat is running: it will recursively iterate through the contents of that path and extract the files that need to be checked on the --cdn argument.

In the example above, say there is a sample.txt file in /path/to/your/assets, then cdnwhaaat will try to hit it at https://cdn.example.org/assets/sample.txt.

The --tries argument specifies how many times cdnwhaat should try to hit that file until it should consider it failed (a hit is considered successful when it returns 200 Ok).

The --sleep argument will instead specify how many seconds we will wait before the next attempt: in the example above we try 5 times, with 3 seconds between each try.

~/projects/namshi/cdnwhaaat  ᐅ cdnwhaaat /tmp/cdn --cdn=https://a.namshicdn.com/ --tries 3 --sleep 1
Attempting to verify everything is on the CDN (1)
Attempting to verify everything is on the CDN (2)
Attempting to verify everything is on the CDN (3)
Some resources weren't found on the CDN
https://a.namshicdn.com/phoenix/styles/some.html

Tests

tests

For real, still trying to figure how to do them.

Keywords

FAQs

Package last updated on 20 Oct 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc