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

smoon

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smoon - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

scss/base.scss

17

package.json
{
"name": "smoon",
"version": "0.0.1",
"version": "0.0.2",
"description": "Smoon is a smooth CSS animation library.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build-css": "node-sass scss/smoon.scss dist/css/smoon.css",
"watch-css": "nodemon -e scss -x 'npm run build-css'",
"minify-css": "cleancss -o dist/css/smoon.min.css dist/css/smoon.css"
},

@@ -28,3 +30,12 @@ "repository": {

},
"homepage": "https://github.com/takashi0602/smoon#readme"
"homepage": "https://github.com/takashi0602/smoon#readme",
"devDependencies": {
"clean-css-cli": "^4.3.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2"
},
"files": [
"dist/{css}/*.{css,map}",
"scss/**/*.scss"
]
}
.idea/encodings.xml
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