New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cloudflare

Package Overview
Dependencies
Maintainers
1
Versions
48
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.6.0 to 2.7.0

lib/resources/EnterpriseZoneWorkersKV.js

2

index.js

@@ -21,2 +21,4 @@ /*

enterpriseZoneWorkersRoutes: require('./lib/resources/EnterpriseZoneWorkersRoutes'),
enterpriseZoneWorkersKVNamespaces: require('./lib/resources/EnterpriseZoneWorkersKVNamespaces'),
enterpriseZoneWorkersKV: require('./lib/resources/EnterpriseZoneWorkersKV'),
ips: require('./lib/resources/IPs'),

@@ -23,0 +25,0 @@ zones: require('./lib/resources/Zones'),

5

lib/Client.js

@@ -78,3 +78,6 @@ /*

if (options.body && isPlainObject(options.body)) {
if (
options.body &&
(isPlainObject(options.body) || Array.isArray(options.body))
) {
options.body = JSON.stringify(options.body);

@@ -81,0 +84,0 @@ }

{
"name": "cloudflare",
"version": "2.6.0",
"version": "2.7.0",
"description": "CloudFlare API client",

@@ -5,0 +5,0 @@ "author": "Terin Stock <terinjokes@gmail.com>",

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