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

flickr-sdk

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flickr-sdk - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

4

lib/request.js

@@ -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 @@

2

package.json
{
"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

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