Socket
Socket
Sign inDemoInstall

@uppy/zoom

Package Overview
Dependencies
Maintainers
8
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/zoom - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

14

CHANGELOG.md
# @uppy/zoom
## 2.0.1
Released: 2022-09-25
Included in: Uppy v3.1.0
- @uppy/audio,@uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/companion,@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,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/redux-dev-tools,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/store-redux,@uppy/svelte,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: add missing entries to changelog for individual packages (Antoine du Hamel / #4092)
## 2.0.0
Released: 2022-08-22
Included in: Uppy v3.0.0
- Switch to ESM
## 1.1.1

@@ -4,0 +18,0 @@

2

lib/Zoom.js

@@ -6,3 +6,3 @@ import { h } from 'preact';

const packageJson = {
"version": "2.0.0"
"version": "2.0.1"
};

@@ -9,0 +9,0 @@ import locale from './locale.js';

{
"name": "@uppy/zoom",
"description": "Import files from zoom, into Uppy.",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^3.0.0",
"@uppy/provider-views": "^3.0.0",
"@uppy/utils": "^5.0.0",
"@uppy/companion-client": "^3.0.2",
"@uppy/provider-views": "^3.0.1",
"@uppy/utils": "^5.0.2",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.0.0"
"@uppy/core": "^3.0.2"
},

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

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