flickr-sdk
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"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 | ||
[](https://travis-ci.org/flickr/flickr) [](https://coveralls.io/github/flickr/flickr?branch=master) | ||
[](https://travis-ci.org/flickr/flickr-sdk) [](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
6
8145
377333
- Removedindexof@^0.0.1
- Removedurl@^0.11.0
- Removedcall-bind-apply-helpers@1.0.2(transitive)
- Removedcall-bound@1.0.4(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.3.0(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedobject-inspect@1.13.4(transitive)
- Removedpunycode@1.4.1(transitive)
- Removedqs@6.14.0(transitive)
- Removedside-channel@1.1.0(transitive)
- Removedside-channel-list@1.0.0(transitive)
- Removedside-channel-map@1.0.1(transitive)
- Removedside-channel-weakmap@1.0.2(transitive)
- Removedurl@0.11.4(transitive)