Socket
Socket
Sign inDemoInstall

@uppy/dashboard

Package Overview
Dependencies
Maintainers
8
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/dashboard - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

7

CHANGELOG.md
# @uppy/dashboard
## 2.1.3
Released: 2021-12-09
Included in: Uppy v2.3.1
- @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: deps: use `nanoid/non-secure` to workaround react-native limitation (Antoine du Hamel / #3350)
## 2.1.2

@@ -4,0 +11,0 @@

2

lib/components/FileCard/index.js

@@ -12,3 +12,3 @@ "use strict";

nanoid
} = require('nanoid');
} = require('nanoid/non-secure');

@@ -15,0 +15,0 @@ const getFileTypeIcon = require('../../utils/getFileTypeIcon');

@@ -35,3 +35,3 @@ "use strict";

nanoid
} = require('nanoid');
} = require('nanoid/non-secure');

@@ -1178,2 +1178,2 @@ const trapFocus = require('./utils/trapFocus');

}), _class.VERSION = "2.1.2", _temp);
}), _class.VERSION = "2.1.3", _temp);
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",

@@ -44,4 +44,4 @@ "main": "lib/index.js",

"peerDependencies": {
"@uppy/core": "^2.1.3"
"@uppy/core": "^2.1.4"
}
}
const { h, Component } = require('preact')
const classNames = require('classnames')
const { nanoid } = require('nanoid')
const { nanoid } = require('nanoid/non-secure')
const getFileTypeIcon = require('../../utils/getFileTypeIcon')

@@ -5,0 +5,0 @@ const ignoreEvent = require('../../utils/ignoreEvent.js')

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

const getTextDirection = require('@uppy/utils/lib/getTextDirection')
const { nanoid } = require('nanoid')
const { nanoid } = require('nanoid/non-secure')
const trapFocus = require('./utils/trapFocus')

@@ -13,0 +13,0 @@ const createSuperFocus = require('./utils/createSuperFocus')

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