New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fhcommon

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhcommon - npm Package Compare versions

Comparing version

to
1.1.4

2

package.json
{
"name": "fhcommon",
"version": "1.1.3",
"version": "1.1.4",
"description": "泛华前端的上传方法",

@@ -5,0 +5,0 @@ "main": "dist/fhcommon.min.js",

@@ -130,2 +130,3 @@

return uploadFileToMinio(file, minioClient, bucketName, newKey, cdnUrl, needWholeRes).then(res => {
onProgress(100)
return res

@@ -132,0 +133,0 @@ }).catch(err => {

Sorry, the diff of this file is too big to display