Socket
Socket
Sign inDemoInstall

@uppy/unsplash

Package Overview
Dependencies
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/unsplash - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

3

lib/index.js

@@ -65,2 +65,3 @@ var _class, _temp;

companionHeaders: _this.opts.companionHeaders,
companionCookiesRule: _this.opts.companionCookiesRule,
provider: 'unsplash',

@@ -97,2 +98,2 @@ pluginId: _this.id

return Unsplash;
}(Plugin), _class.VERSION = "0.1.4", _temp);
}(Plugin), _class.VERSION = "0.1.5", _temp);
{
"name": "@uppy/unsplash",
"description": "Import files from Unsplash, the free stock photography resource, into Uppy",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",

@@ -23,5 +23,5 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^1.7.0",
"@uppy/provider-views": "^1.9.2",
"@uppy/utils": "^3.3.0",
"@uppy/companion-client": "^1.8.0",
"@uppy/provider-views": "^1.10.0",
"@uppy/utils": "^3.3.1",
"preact": "8.2.9"

@@ -35,3 +35,3 @@ },

},
"gitHead": "1493a807fe83f7b465a8f7562bfb5631b1945e5b"
"gitHead": "e1efe07927e7c47b94bba5540d9c0f6fd1c4c514"
}

@@ -6,3 +6,3 @@ # @uppy/unsplash

<a href="https://www.npmjs.com/package/@uppy/unsplash"><img src="https://img.shields.io/npm/v/@uppy/unsplash.svg?style=flat-square"></a>
<a href="https://travis-ci.org/transloadit/uppy"><img src="https://img.shields.io/travis/transloadit/uppy/master.svg?style=flat-square" alt="Build Status"></a>
<img src="https://github.com/transloadit/uppy/workflows/Tests/badge.svg" alt="CI status for Uppy tests"> <img src="https://github.com/transloadit/uppy/workflows/Companion/badge.svg" alt="CI status for Companion tests"> <img src="https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg" alt="CI status for browser tests">

@@ -9,0 +9,0 @@ The Unsplash plugin lets users import files from Unsplash, the free stock photography resource.

@@ -37,2 +37,3 @@ const { Plugin } = require('@uppy/core')

companionHeaders: this.opts.companionHeaders,
companionCookiesRule: this.opts.companionCookiesRule,
provider: 'unsplash',

@@ -39,0 +40,0 @@ pluginId: this.id

Sorry, the diff of this file is not supported yet

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