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

flickr-sdk

Package Overview
Dependencies
Maintainers
3
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 2.0.0 to 2.0.1

10

lib/flickr-transport.js

@@ -43,7 +43,2 @@ // Copyright 2016 Yahoo Inc.

/* istanbul ignore next */
if (process.browser && config.apiSecret) {
throw new Error('Embedding your API secret in the browser could allow a malicious third-party to make API calls using your key. Making authenticated API calls is disabled in the browser using this SDK at the moment.');
}
this.config = config;

@@ -227,2 +222,7 @@ this.retries = 3;

/* istanbul ignore next */
if (process.browser && flickrTransport.config && flickrTransport.config.apiSecret) {
throw new Error('Embedding your API secret in the browser could allow a malicious third-party to make API calls using your key. Making authenticated API calls is disabled in the browser using this SDK at the moment.');
}
var flickrTransport = this;

@@ -229,0 +229,0 @@ var schema = definition.schema;

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

@@ -5,0 +5,0 @@ "keywords": [

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