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

vue-image-crop-upload

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-image-crop-upload - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

2

package.json
{
"name": "vue-image-crop-upload",
"version": "2.4.0",
"version": "2.5.0",
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)",

@@ -5,0 +5,0 @@ "main": "upload-2.vue",

@@ -17,2 +17,5 @@ # vue-image-crop-upload

## Change log
#### @2.5.0
- added http method prop (thanks @sarco3t)
#### @2.4.0

@@ -109,2 +112,3 @@ - Added the **src-file-set** event, emit event when file is selected (thanks @choruru)

| url | String | '' | Server api path,like "/avatar/upload", If empty, will not be uploaded |
| method | String | 'POST' | request http method |
| field | String | 'upload' | Upload input filename, used for server side get the file stream. |

@@ -397,2 +401,3 @@ | value | Boolean | twoWay | show or not |

| url | String | '' | 上传接口地址,如果为空,图片不会上传 |
| method | String | 'POST' | 上传方法 |
| field | String | 'upload' | 向服务器上传的文件名 |

@@ -399,0 +404,0 @@ | value | Boolean | twoWay | 是否显示控件,双向绑定 |

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

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

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