New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

csshake

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csshake - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

docs/csshake.css

18

package.json
{
"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

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