Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cloudflare

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudflare - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

lib/resources/ZoneSettings.js

1

index.js

@@ -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 @@ };

2

package.json
{
"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()`

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