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

@uppy/unsplash

Package Overview
Dependencies
Maintainers
5
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 4.0.0-beta.8 to 4.0.0

2

lib/Unsplash.d.ts

@@ -6,3 +6,3 @@ import { tokenStorage, type CompanionPluginOptions, SearchProvider } from '@uppy/companion-client';

import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile';
import type { UnknownSearchProviderPluginState } from '@uppy/core/lib/Uppy';
import type { UnknownSearchProviderPluginState } from '@uppy/core/lib/Uppy.js';
export type UnsplashOptions = CompanionPluginOptions;

@@ -9,0 +9,0 @@ export default class Unsplash<M extends Meta, B extends Body> extends UIPlugin<UnsplashOptions, M, B, UnknownSearchProviderPluginState> {

@@ -9,3 +9,3 @@ import { getAllowedHosts, tokenStorage, SearchProvider } from '@uppy/companion-client';

const packageJson = {
"version": "4.0.0-beta.8"
"version": "4.0.0"
};

@@ -12,0 +12,0 @@ export default class Unsplash extends UIPlugin {

{
"name": "@uppy/unsplash",
"description": "Import files from Unsplash, the free stock photography resource, into Uppy",
"version": "4.0.0-beta.8",
"version": "4.0.0",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^4.0.0-beta.8",
"@uppy/provider-views": "^4.0.0-beta.10",
"@uppy/utils": "^6.0.0-beta.9",
"@uppy/companion-client": "^4.0.0",
"@uppy/provider-views": "^4.0.0",
"@uppy/utils": "^6.0.0",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.0.0-beta.11"
"@uppy/core": "^4.0.0"
},
"publishConfig": {
"access": "public"
},
"stableVersion": "3.3.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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