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.5 to 2.0.6

60

.eslintrc.js
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
};
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module",
"allowImportExportEverywhere": false,
"codeFrame": false
},
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": "eslint:recommended",
"rules": {
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
};
{
"name": "vue-image-crop-upload",
"version": "2.0.5",
"version": "2.0.6",
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)",

@@ -39,2 +39,3 @@ "main": "upload-2.vue",

"babel-core": "^6.17.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^6.2.5",

@@ -49,2 +50,3 @@ "babel-plugin-transform-runtime": "^6.15.0",

"css-loader": "^0.23.1",
"eslint": "^4.6.1",
"gulp": "^3.8.8",

@@ -51,0 +53,0 @@ "gulp-autoprefixer": "^3.1.1",

@@ -163,3 +163,3 @@ export default {

preview:'Vista previa',
bnt:{
btn:{
off:'Cancelar',

@@ -166,0 +166,0 @@ close:'Cerrar',

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