New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flickr-sdk

Package Overview
Dependencies
Maintainers
2
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 1.2.0 to 1.2.1

8

package.json
{
"name": "flickr-sdk",
"version": "1.2.0",
"version": "1.2.1",
"description": "The easiest way to talk to the Flickr API with node.js or a web browser",

@@ -26,3 +26,3 @@ "keywords": [

"type": "git",
"url": "git@github.com:flickr/flickr.git"
"url": "git@github.com:flickr/flickr-sdk.git"
},

@@ -57,7 +57,5 @@ "author": "Jim Whimpey <whimpey@flickr.com>",

"flickr-api-swagger": "2.3.0",
"indexof": "^0.0.1",
"native-promise-only": "^0.8.1",
"superagent": "1.8.3",
"url": "^0.11.0"
"superagent": "1.8.3"
}
}
# Flickr JavaScript SDK
[![Build Status](https://travis-ci.org/flickr/flickr.svg?branch=master)](https://travis-ci.org/flickr/flickr) [![Coverage Status](https://coveralls.io/repos/github/flickr/flickr/badge.svg?branch=master)](https://coveralls.io/github/flickr/flickr?branch=master)
[![Build Status](https://travis-ci.org/flickr/flickr-sdk.svg?branch=master)](https://travis-ci.org/flickr/flickr-sdk) [![Coverage Status](https://coveralls.io/repos/github/flickr/flickr-sdk/badge.svg?branch=master)](https://coveralls.io/github/flickr/flickr-sdk?branch=master)

@@ -14,3 +14,3 @@ The easiest way to talk to the [Flickr API](https://www.flickr.com/services/api/) with node.js or a web browser. Officially supported by the Flickr Front End team.

`npm install flickr`
`npm install flickr-sdk`

@@ -33,3 +33,3 @@

```js
var Flickr = require('flickr');
var Flickr = require('flickr-sdk');

@@ -36,0 +36,0 @@ var flickr = new Flickr({

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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