@uppy/unsplash
Advanced tools
Comparing version 0.2.0-alpha.0 to 1.0.0
@@ -94,2 +94,2 @@ "use strict"; | ||
}, _class.VERSION = "0.2.0-alpha.0", _temp); | ||
}, _class.VERSION = "1.0.0", _temp); |
{ | ||
"name": "@uppy/unsplash", | ||
"description": "Import files from Unsplash, the free stock photography resource, into Uppy", | ||
"version": "0.2.0-alpha.0", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -23,5 +23,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^2.0.0-alpha.0", | ||
"@uppy/provider-views": "^2.0.0-alpha.0", | ||
"@uppy/utils": "^4.0.0-alpha.0", | ||
"@uppy/companion-client": "^2.0.0", | ||
"@uppy/provider-views": "^2.0.0", | ||
"@uppy/utils": "^4.0.0", | ||
"preact": "^10.5.13" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "113b627dd0ef5aa5d198dc309dda05da2117dfe5" | ||
"gitHead": "ab771cbe1cd87affd87c97bc983b19058e2e72bd" | ||
} |
@@ -5,3 +5,2 @@ import type { PluginOptions, UIPlugin, PluginTarget } from '@uppy/core' | ||
interface UnsplashOptions extends PluginOptions, RequestClientOptions { | ||
replaceTargetContent?: boolean | ||
target?: PluginTarget | ||
@@ -8,0 +7,0 @@ title?: string |
@@ -9,3 +9,2 @@ import Uppy from '@uppy/core' | ||
companionCookiesRule: 'same-origin', | ||
replaceTargetContent: false, | ||
target: 'body', | ||
@@ -12,0 +11,0 @@ title: 'title', |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
12048
150
1
+ Addedabortcontroller-polyfill@1.7.5(transitive)
- Removedabortcontroller-polyfill@1.7.6(transitive)
Updated@uppy/provider-views@^2.0.0
Updated@uppy/utils@^4.0.0