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

@uppy/zoom

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/zoom - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

9

lib/index.js

@@ -13,6 +13,7 @@ var _class, _temp;

var ProviderViews = require('@uppy/provider-views');
var _require3 = require('@uppy/provider-views'),
ProviderViews = _require3.ProviderViews;
var _require3 = require('preact'),
h = _require3.h;
var _require4 = require('preact'),
h = _require4.h;

@@ -94,2 +95,2 @@ module.exports = (_temp = _class = /*#__PURE__*/function (_Plugin) {

return Zoom;
}(Plugin), _class.VERSION = "0.1.5", _temp);
}(Plugin), _class.VERSION = "0.1.6", _temp);
{
"name": "@uppy/zoom",
"description": "Import files from zoom, into Uppy.",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^1.5.4",
"@uppy/provider-views": "^1.7.7",
"@uppy/utils": "^3.2.3",
"@uppy/companion-client": "^1.6.0",
"@uppy/provider-views": "^1.8.0",
"@uppy/utils": "^3.2.4",
"preact": "8.2.9"

@@ -35,3 +35,3 @@ },

},
"gitHead": "d07d27422c373b66216ef98ff76081e8618c4943"
"gitHead": "84f7b4d37daa4c1dc98138a169189412af2ae498"
}
const { Plugin } = require('@uppy/core')
const { Provider } = require('@uppy/companion-client')
const ProviderViews = require('@uppy/provider-views')
const { ProviderViews } = require('@uppy/provider-views')
const { h } = require('preact')

@@ -5,0 +5,0 @@

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