cloudflare
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -114,2 +114,4 @@ var https = require('https'); | ||
if (! result) return fn(null, []); | ||
result.hasMore = function () { | ||
@@ -116,0 +118,0 @@ return records.has_more; |
{ | ||
"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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
70659
32
2086