Comparing version 0.1.6 to 0.1.7
@@ -70,3 +70,3 @@ var http = require('http'), | ||
method: endpoint.method, | ||
path: requestPath | ||
path: requestPath + '?' + queryString.stringify(params) | ||
}; | ||
@@ -73,0 +73,0 @@ var haveParams = !!Object.keys(params).length; |
@@ -8,2 +8,7 @@ var should = require('should'); | ||
} | ||
// check for errors | ||
res.should.not.have.property('code'); | ||
res.should.not.have.property('message'); | ||
res.should.be.a('object'); | ||
@@ -19,2 +24,2 @@ done(); | ||
done(); | ||
}; | ||
}; |
{ | ||
"name": "gosquared", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "GoSquared for your Node.JS application", | ||
@@ -5,0 +5,0 @@ "main": "lib/gosquared.js", |
@@ -49,2 +49,2 @@ var GoSquared = require('../lib/gosquared'), | ||
}); | ||
}); | ||
}); |
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
13625
346
0
3