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.9 to 0.1.10

8

lib/index.js

@@ -5,4 +5,6 @@ var _class, _temp;

function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
var _require = require('@uppy/core'),

@@ -46,3 +48,3 @@ Plugin = _require.Plugin;

}), h("rect", {
class: "uppy-ProviderIconBg",
className: "uppy-ProviderIconBg",
width: "32",

@@ -100,2 +102,2 @@ height: "32",

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

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

"dependencies": {
"@uppy/companion-client": "^1.8.3",
"@uppy/provider-views": "^1.11.2",
"@uppy/utils": "^3.4.2",
"@uppy/companion-client": "^1.9.0",
"@uppy/provider-views": "^1.12.0",
"@uppy/utils": "^3.5.0",
"preact": "8.2.9"

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

},
"gitHead": "4bf107236340dc98f8584f15a06e13ffa9fc31f4"
"gitHead": "6771545fe70134088a5441ef5c2f7b872e32d812"
}

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

<path d="M46.575 10.883v-9h12v9zm12 5h10v18h-32v-18h10v9h12z" fill="#fff" />
<rect class="uppy-ProviderIconBg" width="32" height="32" rx="16" />
<rect className="uppy-ProviderIconBg" width="32" height="32" rx="16" />
<path d="M13 12.5V8h6v4.5zm6 2.5h5v9H8v-9h5v4.5h6z" fill="#fff" />

@@ -40,3 +40,3 @@ </svg>

provider: 'unsplash',
pluginId: this.id
pluginId: this.id,
})

@@ -47,3 +47,3 @@ }

this.view = new SearchProviderViews(this, {
provider: this.provider
provider: this.provider,
})

@@ -50,0 +50,0 @@

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