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

cloudflare

Package Overview
Dependencies
Maintainers
3
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 0.0.6 to 0.0.7

2

lib/cloudflare.js

@@ -114,2 +114,4 @@ var https = require('https');

if (! result) return fn(null, []);
result.hasMore = function () {

@@ -116,0 +118,0 @@ return records.has_more;

30

package.json
{
"name": "cloudflare",
"version": "0.0.6",
"description": "CloudFlare API client",
"main": "lib/cloudflare.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/sheknows/node-cloudflare.git"
},
"version": "0.0.7",
"author": "SheKnows.com",
"bugs": "https://github.com/sheknows/node-cloudflare/issues",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*",
"restify": "*"
"mocha": ">=1.21.4 <2.0.0-0",
"restify": ">=4.0.4 <5.0.0-0",
"should": ">=2.8.2 <3.0.0-0"
},
"homepage": "https://github.com/sheknows/node-cloudflare",
"keywords": [

@@ -23,4 +18,11 @@ "cloudflare",

],
"author": "SheKnows.com",
"license": "MIT"
"license": "MIT",
"main": "lib/cloudflare.js",
"repository": {
"type": "git",
"url": "https://github.com/sheknows/node-cloudflare.git"
},
"scripts": {
"test": "make test"
}
}

@@ -17,3 +17,3 @@ var should = require('should');

data.should.be.an.instanceof(Object).and.include({
data.should.be.an.instanceof(Object).and.have.properties({
tkn: CF_TOKEN,

@@ -28,3 +28,3 @@ email: CF_EMAIL,

data.should.be.an.instanceof(Object).and.include({
data.should.be.an.instanceof(Object).and.have.properties({
tkn: CF_TOKEN,

@@ -31,0 +31,0 @@ email: CF_EMAIL,

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