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 1.0.4 to 1.0.5

2

lib/dns.js

@@ -98,3 +98,3 @@ 'use strict';

var uri = join('zones', zid, 'dns_records');
var body = pick(rr.toJSON({useAliases: true}), ['type', 'name', 'content', 'ttl']);
var body = pick(rr.toJSON({useAliases: true}), ['type', 'name', 'content', 'ttl', 'proxied']);
options.method = 'POST';

@@ -101,0 +101,0 @@ options.body = JSON.stringify(body);

@@ -5,3 +5,3 @@ {

"author": "Terin Stock <terinjokes@gmail.com>",
"version": "1.0.4",
"version": "1.0.5",
"bugs": {

@@ -19,8 +19,8 @@ "url": "https://github.com/cloudflare/node-cloudflare/issues"

"devDependencies": {
"ava": "^0.14.0",
"ava": "^0.16.0",
"coveralls": "^2.11.9",
"nock": "^8.0.0",
"nyc": "^6.4.0",
"nyc": "^8.0.0",
"semantic-release": "^4.3.5",
"xo": "^0.15.0"
"xo": "^0.16.0"
},

@@ -27,0 +27,0 @@ "homepage": "https://github.com/cloudflare/node-cloudflare",

@@ -53,3 +53,3 @@ # CloudFlare API Client for Node.js

#### `browseZones([query, [options]): Promise<PaginatedResponse<Zone[]>>`
#### `browseZones([query, [options]]): Promise<PaginatedResponse<Zone[]>>`

@@ -56,0 +56,0 @@ * query: An object to pass filter and sorting parameters to the API

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