Socket
Socket
Sign inDemoInstall

@uppy/react

Package Overview
Dependencies
Maintainers
6
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/react - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

2

lib/nonHtmlPropsHaveChanged.js

@@ -1,5 +0,3 @@

'use strict';
export default function nonHtmlPropsHaveChanged(props, prevProps) {
return Object.keys(props).some(key => !Object.hasOwn(props, key) && props[key] !== prevProps[key]);
}

2

lib/useUppy.js

@@ -21,3 +21,3 @@ import { useEffect, useRef } from 'react';

var _uppy$current;
(_uppy$current = uppy.current) == null ? void 0 : _uppy$current.close({
(_uppy$current = uppy.current) == null || _uppy$current.close({
reason: 'unmount'

@@ -24,0 +24,0 @@ });

{
"name": "@uppy/react",
"description": "React component wrappers around Uppy's official UI plugins.",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^5.6.0",
"@uppy/utils": "^5.7.3",
"prop-types": "^15.6.1"

@@ -34,8 +34,8 @@ },

"peerDependencies": {
"@uppy/core": "^3.7.1",
"@uppy/dashboard": "^3.7.1",
"@uppy/core": "^3.9.2",
"@uppy/dashboard": "^3.7.4",
"@uppy/drag-drop": "^3.0.3",
"@uppy/file-input": "^3.0.4",
"@uppy/progress-bar": "^3.0.4",
"@uppy/status-bar": "^3.2.5",
"@uppy/status-bar": "^3.2.8",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"

@@ -42,0 +42,0 @@ },

@@ -1,5 +0,3 @@

'use strict'
export default function nonHtmlPropsHaveChanged (props, prevProps) {
return Object.keys(props).some(key => !Object.hasOwn(props, key) && props[key] !== prevProps[key])
}

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