node-cloudflare icon indicating copy to clipboard operation
node-cloudflare copied to clipboard

Node.js CloudFlare V4 API wrapper

Results 7 node-cloudflare issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

I'm using a New Relic module (https://github.com/mobilenations/newrelic_cloudflare) to extract information from CloudFlare and creating a NR dashboard with that information, and the module is failing when calling the function zoneGetAll()...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I was looking through index.js and noticed that many of the functions contain paths that I cannot find in the Cloudflare API. The following is a list of said functions:...

Added new api token authentication.

Add support & documentation https://api.cloudflare.com/#workers-kv-namespace-properties

Cloudflare released new endpoints - https://api.cloudflare.com/#worker-script-delete-worker - https://api.cloudflare.com/#worker-filters-properties - https://api.cloudflare.com/#worker-filters-list-filters - https://api.cloudflare.com/#worker-filters-update-filter - https://api.cloudflare.com/#worker-filters-delete-filter - https://api.cloudflare.com/#worker-filters-create-filter The above need to be added.