Comparing version 1.5.2 to 1.5.3
{ | ||
"name": "csshake", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Some CSS classes to move your DOM!", | ||
@@ -8,10 +8,9 @@ "main": "dist/csshake.css", | ||
"start": "npm run build && npm run gzip && npm run gzip:all", | ||
"watch": "node-sass --watch scss/ -o dist/", | ||
"build": "npm run build:raw && npm run build:min", | ||
"watch": "node-sass --watch scss/csshake.scss -o docs", | ||
"build": "npm run build:raw && npm run build:min && npm run build:docs && node downloadIndex.js", | ||
"build:docs": "node-sass scss/csshake.scss -o docs --output-style compressed", | ||
"build:raw": "node-sass scss/ -o dist/", | ||
"build:min": "mkdir -p dist/min && node-sass --output-style compressed scss/ -o dist/min && npm run suffix && npm run move", | ||
"suffix": "for file in dist/min/*.css; do mv \"$file\" \"${file%.css}.min.css\"; done", | ||
"move": "mv dist/min/*.css dist && rm -r dist/min", | ||
"gzip:all": "for file in dist/*.css; do echo \"$file\"; gzip-size \"$file\" | pretty-bytes; done", | ||
"gzip": "gzip-size dist/csshake.min.css | pretty-bytes" | ||
"move": "mv dist/min/*.css dist && rm -r dist/min" | ||
}, | ||
@@ -34,6 +33,7 @@ "repository": { | ||
"devDependencies": { | ||
"gzip-size-cli": "^1.0.0", | ||
"node-sass": "^3.8.0", | ||
"pretty-bytes": "^2.0.1" | ||
"gzip-size": "4.1.0", | ||
"node-sass": "4.7.2", | ||
"pretty-bytes": "4.0.2", | ||
"pug": "2.0.0-rc.4" | ||
} | ||
} |
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
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
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
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
178434
40
2700
4
1