Comparing version 0.1.3 to 0.1.4
@@ -170,2 +170,6 @@ var http = require('http'), | ||
if(typeof done !== 'function'){ | ||
done = function(){}; | ||
} | ||
if(!name){ | ||
@@ -204,2 +208,4 @@ this._debug(5, 'WARNING'); | ||
if(typeof opts == 'function') {cb = opts; opts = {};} | ||
if(typeof opts != 'object') opts = {}; | ||
if(typeof cb != 'function') cb = function(){}; | ||
var endpoint = this.config.endpoints.api; | ||
@@ -206,0 +212,0 @@ opts.site_token = this.opts.siteToken; |
{ | ||
"name": "gosquared", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "GoSquared for your Node.JS application", | ||
@@ -5,0 +5,0 @@ "main": "lib/gosquared.js", |
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
13468
341
2