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.4.0 to 2.4.1

6

lib/Resource.js

@@ -19,7 +19,7 @@ /*

method: 'GET',
path: '/:id',
path: ':id',
}),
edit: method({
method: 'PATCH',
path: '/:id',
path: ':id',
}),

@@ -31,3 +31,3 @@ add: method({

method: 'DELETE',
path: '/:id',
path: ':id',
}),

@@ -34,0 +34,0 @@ };

@@ -44,3 +44,3 @@ /*

method: 'PUT',
path: '/:id',
path: ':id',
}),

@@ -47,0 +47,0 @@

@@ -43,3 +43,3 @@ /*

method: 'PUT',
path: '/:id/activation_check',
path: ':id/activation_check',
}),

@@ -63,3 +63,3 @@

method: 'DELETE',
path: '/:id/purge_cache',
path: ':id/purge_cache',
}),

@@ -66,0 +66,0 @@

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

method: 'PATCH',
path: '/',
}),

@@ -46,0 +45,0 @@

{
"name": "cloudflare",
"version": "2.4.0",
"version": "2.4.1",
"description": "CloudFlare API client",

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

# Cloudflare Node.js bindings
[![Stability Stable][badge-stability]](badge-stability-url)
[![NPM version][badge-npm]](badge-npm-url)
[![Travis CI][badge-travis]](badge-travis-url)
[![Coveralls][badge-coveralls]](badge-coveralls-url)
[![NPM downloads][badge-npm-downloads]](badge-npm-downloads)
[![Libraries.io Dependencies][badge-libraries]](badge-libraries-url)
[![Stability Stable][badge-stability]][badge-stability-url]
[![NPM version][badge-npm]][badge-npm-url]
[![Travis CI][badge-travis]][badge-travis-url]
[![Coveralls][badge-coveralls]][badge-coveralls-url]
[![NPM downloads][badge-npm-downloads]][badge-npm-downloads]
[![Libraries.io Dependencies][badge-libraries]][badge-libraries-url]

@@ -10,0 +10,0 @@ [Cloudflare v4 API][cf-api] bindings for Node.js, providing a sourdough

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