@uppy/react
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -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]); | ||
} |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121065
1925
Updated@uppy/utils@^5.7.3