New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/unsplash

Package Overview
Dependencies
Maintainers
5
Versions
51
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.1.2 to 4.2.0

7

CHANGELOG.md
# @uppy/unsplash
## 4.2.0
Released: 2025-01-06
Included in: Uppy v4.11.0
- @uppy/angular,@uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/webdav,@uppy/xhr-upload,@uppy/zoom: Remove "paths" from all tsconfig's (Merlijn Vos / #5572)
## 4.1.2

@@ -4,0 +11,0 @@

4

lib/index.d.ts

@@ -1,3 +0,3 @@

export { default } from './Unsplash.tsx';
export type { UnsplashOptions } from './Unsplash.tsx';
export { default } from './Unsplash.jsx';
export type { UnsplashOptions } from './Unsplash.jsx';
//# sourceMappingURL=index.d.ts.map

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

import { h } from 'preact';
import locale from "./locale.js";
import locale from './locale.js';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore We don't want TS to generate types for the package.json
const packageJson = {
"version": "4.1.2"
"version": "4.2.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.1.2",
"version": "4.2.0",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^4.2.0",
"@uppy/provider-views": "^4.1.0",
"@uppy/utils": "^6.0.5",
"@uppy/companion-client": "^4.4.0",
"@uppy/provider-views": "^4.3.0",
"@uppy/utils": "^6.1.0",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.3.0"
"@uppy/core": "^4.4.0"
},

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

@@ -1,2 +0,2 @@

export { default } from './Unsplash.tsx'
export type { UnsplashOptions } from './Unsplash.tsx'
export { default } from './Unsplash.jsx'
export type { UnsplashOptions } from './Unsplash.jsx'

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