cloudflare
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -11,2 +11,3 @@ 'use strict'; | ||
zones: require('./lib/resources/Zones'), | ||
zoneSettings: require('./lib/resources/ZoneSettings'), | ||
user: require('./lib/resources/User') | ||
@@ -13,0 +14,0 @@ }; |
{ | ||
"name": "cloudflare", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "CloudFlare API client", | ||
@@ -5,0 +5,0 @@ "author": "Terin Stock <terinjokes@gmail.com>", |
@@ -57,7 +57,7 @@ # Cloudflare Node.js bindings | ||
* dnsRecords | ||
* `browse()` | ||
* `read(dnsRecordId)` | ||
* `edit(dnsRecordId, params)` | ||
* `add(params)` | ||
* `del(dnsRecordId)` | ||
* `browse(zoneId)` | ||
* `read(zoneId, dnsRecordId)` | ||
* `edit(zoneId, dnsRecordId, params)` | ||
* `add(zoneId, params)` | ||
* `del(zoneId, dnsRecordId)` | ||
* ips | ||
@@ -64,0 +64,0 @@ * `browse()` |
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
24778
16
743