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.2.2 to 2.2.3

2

package.json
{
"name": "vue-image-crop-upload",
"version": "2.2.2",
"version": "2.2.3",
"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.2.3
- Added the **Japanese** language pack (thanks @KangYoosam)
#### @2.2.2

@@ -121,2 +124,3 @@ - Added the **German** language pack (thanks @attx)

| German | de | attx |
| Japanese | ja | KangYoosam |

@@ -123,0 +127,0 @@ ```js

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

}
},
ja: {
hint: 'クリック・ドラッグしてファイルをアップロード',
loading: 'アップロード中...',
noSupported: 'このブラウザは対応されていません。IE10+かその他の主要ブラウザをお使いください。',
success: 'アップロード成功',
fail: 'アップロード失敗',
preview: 'プレビュー',
btn: {
off: 'キャンセル',
close: '閉じる',
back: '戻る',
save: '保存'
},
error: {
onlyImg: '画像のみ',
outOfSize: '画像サイズが上限を超えています。上限: ',
lowestPx: '画像が小さすぎます。最小サイズ: '
}
}
};
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