Socket
Socket
Sign inDemoInstall

@uppy/unsplash

Package Overview
Dependencies
Maintainers
6
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 3.1.0 to 3.2.0

5

lib/Unsplash.js

@@ -6,3 +6,3 @@ import { h } from 'preact';

const packageJson = {
"version": "3.1.0"
"version": "3.2.0"
};

@@ -52,3 +52,4 @@ /**

provider: this.provider,
viewType: 'unsplash'
viewType: 'unsplash',
showFilter: true
});

@@ -55,0 +56,0 @@ const {

10

package.json
{
"name": "@uppy/unsplash",
"description": "Import files from Unsplash, the free stock photography resource, into Uppy",
"version": "3.1.0",
"version": "3.2.0",
"license": "MIT",

@@ -24,9 +24,9 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^3.1.1",
"@uppy/provider-views": "^3.1.0",
"@uppy/utils": "^5.1.3",
"@uppy/companion-client": "^3.1.2",
"@uppy/provider-views": "^3.2.0",
"@uppy/utils": "^5.2.0",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.1.0"
"@uppy/core": "^3.1.2"
},

@@ -33,0 +33,0 @@ "publishConfig": {

@@ -50,2 +50,3 @@ import { h } from 'preact'

viewType: 'unsplash',
showFilter: true,
})

@@ -52,0 +53,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