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

@uppy/informer

Package Overview
Dependencies
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/informer - npm Package Compare versions

Comparing version 0.30.3 to 0.30.4

4

lib/index.js

@@ -87,4 +87,4 @@ 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; };

'aria-label': details,
'data-microtip-position': 'top',
'data-microtip-size': 'large',
'data-microtip-position': 'top-left',
'data-microtip-size': 'medium',
role: 'tooltip' },

@@ -91,0 +91,0 @@ '?'

{
"name": "@uppy/informer",
"description": "A notification and error pop-up bar for Uppy.",
"version": "0.30.3",
"version": "0.30.4",
"license": "MIT",

@@ -26,7 +26,7 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/utils": "0.30.3",
"@uppy/utils": "0.30.4",
"preact": "^8.2.9"
},
"devDependencies": {
"@uppy/core": "0.30.3"
"@uppy/core": "0.30.4"
},

@@ -36,3 +36,3 @@ "peerDependencies": {

},
"gitHead": "27899d944f0ffb551d0473955236734c24eb4fff"
"gitHead": "7ae8af44abdd42eef71c46b831b2e3dadb00237f"
}

@@ -61,4 +61,4 @@ const { Plugin } = require('@uppy/core')

aria-label={details}
data-microtip-position="top"
data-microtip-size="large"
data-microtip-position="top-left"
data-microtip-size="medium"
role="tooltip">?</span>

@@ -65,0 +65,0 @@ }

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