flickr-sdk
Advanced tools
Comparing version 6.0.0 to 6.1.0
@@ -8,2 +8,3 @@ /*! | ||
var parse = require('querystring').parse; | ||
var version = require('../package.json').version; | ||
@@ -23,2 +24,5 @@ /** | ||
this.params = {}; | ||
// superagent no longer sets a default user agent header | ||
this.set('user-agent', 'flickr-sdk/' + version); | ||
} | ||
@@ -25,0 +29,0 @@ |
{ | ||
"name": "flickr-sdk", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "Almost certainly the best Flickr API client in the world for node and the browser", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -61,3 +61,4 @@ /*! | ||
module.exports = function (req) { | ||
req.buffer(true); | ||
req.parse(parseXML); | ||
}; |
Sorry, the diff of this file is too big to display
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
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
866390
22842