Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.3 to 2.0.4

2

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

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

@@ -18,2 +18,6 @@ # vue-image-crop-upload

#### @2.0.4
- Added the **Turkish** language pack (thanks @smhayhan)
#### @2.0.2

@@ -81,2 +85,3 @@ - Added the **Dutch** language pack (thanks @blyleven)

| imgFormat | string | 'jpg' | jpg/png, Server api receive file type. |
| noCircle | Boolean | false | disable/enable circle preview |

@@ -100,2 +105,3 @@ #### Events

| Dutch | nl | blyleven |
| Turkish | tr | smhayhan |

@@ -342,2 +348,3 @@ ```js

| imgFormat | string | 'jpg' | jpg/png, 最终得到的图片格式 |
| noCricle | Boolean | false | 启用/关闭 圆形图像预览 |

@@ -344,0 +351,0 @@ #### Events

@@ -136,3 +136,22 @@ export default {

}
}
},
tr: {
hint: 'Tıkla veya yüklemek istediğini buraya sürükle',
loading: 'Yükleniyor…',
noSupported: 'Tarayıcı desteklenmiyor, lütfen IE10+ veya farklı tarayıcı kullanın',
success: 'Yükleme başarılı',
fail: 'Yüklemede hata oluştu',
preview: 'Önizle',
btn: {
off: 'İptal',
close: 'Kapat',
back: 'Geri',
save: 'Kaydet'
},
error: {
onlyImg: 'Sadece resim',
outOfSize: 'Resim yükleme limitini aşıyor: ',
lowestPx: 'Resmin boyutu çok küçük. En az olması gereken: '
}
},
};

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

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