uploadcare-widget
Advanced tools
Comparing version 3.21.0 to 3.21.2
{ | ||
"name": "uploadcare-widget", | ||
"version": "3.21.0", | ||
"version": "3.21.2", | ||
"description": "Uploadcare Widget: file uploader.", | ||
@@ -19,3 +19,3 @@ "main": "uploadcare.js", | ||
"dev:svg": "nodemon --watch src/svgs --exec 'svg-sprite --config ./scripts/svg-sprite.config.json' src/svgs/icon-*.svg", | ||
"dev:css": "nodemon --watch src/stylesheets --exec 'postcss -o ./src/stylesheets/styles.css -c ./scripts/postcss.config.js' src/stylesheets/styles.pcss", | ||
"dev:css": "nodemon --watch src/stylesheets --exec 'postcss -o ./src/stylesheets/styles.css --config ./scripts/postcss.config.js' src/stylesheets/styles.pcss", | ||
"dev:js": "rollup -wc scripts/rollup.config.dev.js", | ||
@@ -25,3 +25,3 @@ "dev": "npm run dev:css & npm run dev:svg & npm run dev:js", | ||
"build:svg": "svg-sprite --config ./scripts/svg-sprite.config.json src/svgs/icon-*.svg", | ||
"build:css": "postcss -o ./src/stylesheets/styles.css -c ./scripts/postcss.config.js ./src/stylesheets/styles.pcss", | ||
"build:css": "postcss -o ./src/stylesheets/styles.css --config ./scripts/postcss.config.js ./src/stylesheets/styles.pcss", | ||
"build:css:min": "cross-env NODE_ENV=production npm run build:css", | ||
@@ -34,3 +34,3 @@ "build:js": "rollup -c", | ||
"size": "size-limit", | ||
"lint:css": "stylelint src/stylesheets/**/*.pcss", | ||
"lint:css": "stylelint './src/stylesheets/**/*.pcss'", | ||
"lint:js": "eslint . && prettier --check \"**/*.js\"", | ||
@@ -50,34 +50,34 @@ "test:ci": "cypress run", | ||
"@babel/preset-env": "7.16.11", | ||
"@size-limit/preset-big-lib": "4.12.0", | ||
"@size-limit/preset-big-lib": "8.2.4", | ||
"@types/jquery": "^3.5.14", | ||
"autoprefixer": "7.2.6", | ||
"aws-sdk": "2.1066.0", | ||
"babel-eslint": "10.1.0", | ||
"autoprefixer": "^10.4.14", | ||
"aws-sdk": "2.1357.0", | ||
"babel-plugin-html-tag": "2.0.1", | ||
"cpy-cli": "3.1.1", | ||
"cpy-cli": "4.2.0", | ||
"cross-env": "7.0.3", | ||
"cssnano": "4.1.11", | ||
"cssnano": "6.0.0", | ||
"cypress": "9.4.1", | ||
"cypress-file-upload": "5.0.8", | ||
"dotenv": "8.6.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.25.4", | ||
"eslint": "8.38.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-config-standard": "17.0.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-promise": "4.3.1", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-standard": "4.1.0", | ||
"nodemon": "2.0.15", | ||
"postcss-calc": "6.0.2", | ||
"postcss-cli": "4.1.1", | ||
"postcss-color-function": "4.1.0", | ||
"postcss-css-variables": "0.17.0", | ||
"postcss-custom-media": "6.0.0", | ||
"postcss-flexbugs-fixes": "3.3.1", | ||
"postcss-import": "11.1.0", | ||
"postcss-nested": "2.1.2", | ||
"nodemon": "2.0.22", | ||
"postcss": "^8.4.21", | ||
"postcss-calc": "8.2.4", | ||
"postcss-cli": "10.1.0", | ||
"postcss-css-variables": "0.19.0", | ||
"postcss-custom-media": "9.1.3", | ||
"postcss-flexbugs-fixes": "5.0.2", | ||
"postcss-hexrgba": "^2.1.0", | ||
"postcss-import": "15.1.0", | ||
"postcss-nested": "6.0.1", | ||
"postcss-prefixer": "2.1.3", | ||
"postcss-reporter": "5.0.0", | ||
"prettier": "2.5.1", | ||
"postcss-reporter": "7.0.5", | ||
"prettier": "2.8.7", | ||
"rimraf": "3.0.2", | ||
@@ -94,7 +94,7 @@ "rollup": "2.66.1", | ||
"rollup-plugin-terser": "5.3.1", | ||
"shipjs": "0.24.2", | ||
"size-limit": "4.12.0", | ||
"stylelint": "13.13.1", | ||
"stylelint-config-uploadcare": "3.0.0", | ||
"svg-sprite": "1.5.3" | ||
"shipjs": "0.26.3", | ||
"size-limit": "8.2.4", | ||
"stylelint": "15.4.0", | ||
"stylelint-config-recommended": "^11.0.0", | ||
"svg-sprite": "2.0.2" | ||
}, | ||
@@ -151,3 +151,11 @@ "size-limit": [ | ||
}, | ||
"homepage": "https://github.com/uploadcare/uploadcare-widget#readme" | ||
"homepage": "https://github.com/uploadcare/uploadcare-widget#readme", | ||
"overrides": { | ||
"postcss-prefixer": { | ||
"postcss": "$postcss" | ||
}, | ||
"shipjs": { | ||
"conventional-changelog-core": "^4.2.4" | ||
} | ||
} | ||
} |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3007838