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

@uppy/unsplash

Package Overview
Dependencies
Maintainers
7
Versions
46
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 1.0.2 to 2.0.0

5

lib/index.js

@@ -72,3 +72,4 @@ "use strict";

this.view = new SearchProviderViews(this, {
provider: this.provider
provider: this.provider,
viewType: 'unsplash'
});

@@ -95,2 +96,2 @@ const {

}, _class.VERSION = "1.0.2", _temp);
}, _class.VERSION = "2.0.0", _temp);

10

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

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

"dependencies": {
"@uppy/companion-client": "^2.0.1",
"@uppy/provider-views": "^2.0.2",
"@uppy/utils": "^4.0.1",
"@uppy/companion-client": "^2.0.2",
"@uppy/provider-views": "^2.0.3",
"@uppy/utils": "^4.0.2",
"preact": "^10.5.13"

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

},
"gitHead": "b3b68c07773395d1521c38148cbf87ed88ff2364"
"gitHead": "1eb317ba3a3115596212ac50f1d81d3188dd0619"
}

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

provider: this.provider,
viewType: 'unsplash',
})

@@ -48,0 +49,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