Socket
Socket
Sign inDemoInstall

@uppy/provider-views

Package Overview
Dependencies
Maintainers
5
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/provider-views - npm Package Compare versions

Comparing version 0.27.1 to 0.27.2

4

lib/index.js

@@ -74,3 +74,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

* getItemRequestPath
* @return {String} unique request path of the item when making calls to uppy server
* @return {String} unique request path of the item when making calls to Companion
* getItemModifiedDate

@@ -564,3 +564,3 @@ * @return {object} or {String} date of when last the item was modified

var uppy = this.plugin.uppy;
var message = uppy.i18n('uppyServerError');
var message = uppy.i18n('companionError');
uppy.log(error.toString());

@@ -567,0 +567,0 @@ uppy.info({ message: message, details: error.toString() }, 'error', 5000);

{
"name": "@uppy/provider-views",
"description": "View library for Uppy remote provider plugins.",
"version": "0.27.1",
"version": "0.27.2",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "0.27.0",
"@uppy/utils": "0.27.1",
"classnames": "^2.2.6",

@@ -29,8 +29,7 @@ "preact": "^8.2.9"

"devDependencies": {
"@uppy/core": "0.27.0"
"@uppy/core": "0.27.1"
},
"peerDependencies": {
"@uppy/core": "^0.27.0"
},
"gitHead": "6b82d12d42a0dfdd9e0677a18efcaf44c251c58c"
}
}

@@ -53,3 +53,3 @@ const { h, Component } = require('preact')

* getItemRequestPath
* @return {String} unique request path of the item when making calls to uppy server
* @return {String} unique request path of the item when making calls to Companion
* getItemModifiedDate

@@ -487,3 +487,3 @@ * @return {object} or {String} date of when last the item was modified

const uppy = this.plugin.uppy
const message = uppy.i18n('uppyServerError')
const message = uppy.i18n('companionError')
uppy.log(error.toString())

@@ -490,0 +490,0 @@ uppy.info({message: message, details: error.toString()}, 'error', 5000)

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