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.5.0 to 2.5.1

7

lib/resources/EnterpriseZoneWorkersRoutes.js

@@ -14,2 +14,3 @@ /*

const Resource = require('../Resource');
const method = require('../method');

@@ -28,3 +29,3 @@ /**

includeBasic: ['browse', 'read', 'edit', 'add', 'del'],
includeBasic: ['browse', 'read', 'add', 'del'],

@@ -64,2 +65,6 @@ /**

*/
edit: method({
method: 'PUT',
path: ':id',
}),
/**

@@ -66,0 +71,0 @@ * add allows for creating a workers route

2

package.json
{
"name": "cloudflare",
"version": "2.5.0",
"version": "2.5.1",
"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