@uppy/unsplash
Advanced tools
Comparing version 1.0.2 to 2.0.0
@@ -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); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12175
152
1
Updated@uppy/provider-views@^2.0.3
Updated@uppy/utils@^4.0.2