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 1.0.4 to 1.0.5

CHANGELOG.md

10

lib/index.js

@@ -21,2 +21,4 @@ "use strict";

const locale = require('./locale');
module.exports = (_temp = _class = class Zoom extends UIPlugin {

@@ -66,7 +68,3 @@ constructor(uppy, opts) {

});
this.defaultLocale = {
strings: {
pluginNameZoom: 'Zoom'
}
};
this.defaultLocale = locale;
this.i18nInit();

@@ -104,2 +102,2 @@ this.title = this.i18n('pluginNameZoom');

}, _class.VERSION = "1.0.4", _temp);
}, _class.VERSION = "1.0.5", _temp);

15

package.json
{
"name": "@uppy/zoom",
"description": "Import files from zoom, into Uppy.",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^2.0.3",
"@uppy/provider-views": "^2.0.4",
"@uppy/utils": "^4.0.3",
"@uppy/companion-client": "^2.0.4",
"@uppy/provider-views": "^2.0.6",
"@uppy/utils": "^4.0.4",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^2.0.0"
"@uppy/core": "^2.1.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b8b4127bd55b8e7395889048407c074fce944295"
}
}
}

@@ -6,2 +6,4 @@ const { UIPlugin } = require('@uppy/core')

const locale = require('./locale')
module.exports = class Zoom extends UIPlugin {

@@ -34,7 +36,4 @@ static VERSION = require('../package.json').version

this.defaultLocale = {
strings: {
pluginNameZoom: 'Zoom',
},
}
this.defaultLocale = locale
this.i18nInit()

@@ -41,0 +40,0 @@ this.title = this.i18n('pluginNameZoom')

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