uploadcare-widget
Advanced tools
Comparing version 3.7.1 to 3.7.2
{ | ||
"name": "uploadcare-widget", | ||
"version": "3.7.1", | ||
"description": "Uploadcare Widget: file uploader.", | ||
"main": "uploadcare.min.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"version": "3.7.2", | ||
"description": "Source of Uploadcare Widget", | ||
"scripts": { | ||
"test": "echo \"No test specified\" && exit 1" | ||
"lint:css": "stylelint app/**/*.pcss", | ||
"lint:js": "eslint .", | ||
"build:svg": "svg-sprite --config ./scripts/svg-sprite.config.json app/assets/images/uploadcare/svg/icon-*.svg", | ||
"build:css": "postcss ./app/assets/stylesheets/uploadcare/styles.pcss -o ./app/assets/stylesheets/uploadcare/styles.css -c ./scripts/postcss.config.js", | ||
"build:css:min": "cross-env NODE_ENV=production npm run build:css", | ||
"build": "npm run build:svg && npm run build:css:min", | ||
"test": "echo \"Soon there will be tests 🖖\" && exit 0", | ||
"serve:latest": "node ./scripts/serve.js" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.5", | ||
"browser-sync": "^2.18.13", | ||
"cross-env": "^5.1.0", | ||
"cssnano": "^3.9.1", | ||
"eslint": "^4.9.0", | ||
"eslint-config-uploadcare": "^1.1.0", | ||
"ngrok": "^2.2.23", | ||
"path": "^0.12.7", | ||
"postcss-calc": "^6.0.1", | ||
"postcss-cli": "^4.1.1", | ||
"postcss-color-function": "^4.0.0", | ||
"postcss-css-variables": "^0.8.0", | ||
"postcss-custom-media": "^6.0.0", | ||
"postcss-flexbugs-fixes": "^3.2.0", | ||
"postcss-import": "^11.0.0", | ||
"postcss-nested": "^2.1.2", | ||
"postcss-prefixer": "^2.0.5", | ||
"postcss-reporter": "^5.0.0", | ||
"stylelint": "^8.2.0", | ||
"stylelint-config-uploadcare": "^3.0.0", | ||
"svg-sprite": "^1.3.6" | ||
}, | ||
"browserslist": [ | ||
"> .4%", | ||
"ie >= 10" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/uploadcare/uploadcare-widget.git" | ||
"url": "git+https://github.com/uploadcare/uploadcare-widget.git" | ||
}, | ||
"keywords": [ | ||
"uploadcare", | ||
"file", | ||
"uploader", | ||
"preview", | ||
"chunk", | ||
"drag", | ||
"drop", | ||
"image", | ||
"image-edit", | ||
"widget", | ||
"mobile", | ||
"dialog", | ||
"upload", | ||
"store", | ||
"transformations", | ||
"cdn", | ||
"jquery" | ||
], | ||
"author": "", | ||
@@ -40,7 +52,3 @@ "license": "BSD-2-Clause", | ||
}, | ||
"homepage": "https://github.com/uploadcare/uploadcare-widget", | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"jquery": ">=1.10.2" | ||
} | ||
"homepage": "https://github.com/uploadcare/uploadcare-widget#readme" | ||
} |
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 too big to display
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
4
2533427
21
40453
- Removedjquery@>=1.10.2
- Removedjquery@3.7.1(transitive)