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

balloon-css

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balloon-css - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

package.json
{
"name": "balloon-css",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple tooltips made of pure CSS",

@@ -17,2 +17,3 @@ "author": "Claudio Holanda",

"scripts": {
"build-all": "npm run build-sass && npm run build-less",
"build-sass": "node-sass src/balloon.scss ./balloon.css && node-sass src/balloon.scss ./balloon.min.css --output-style compressed",

@@ -19,0 +20,0 @@ "build-less": "lessc src/balloon.less ./balloon.css && lessc --clean-css src/balloon.less ./balloon.min.css",

@@ -33,5 +33,16 @@ <img src="logo.png" width="272" style="margin:0 auto" align="center" />

### Contributing
Balloon.css have is mantained in SASS and LESS. To contribute with bugfixes and enchancements you must follow this steps:
1. Clone repo. E.g. `git clone https://github.com/kazzkiq/balloon.css.git`
2. Run `npm install`
3. Edit SASS/LESS files and run `npm run build-all` to generate the production CSS files. (alternatively you can run `build-sass` or `build-less` for specific compiling).
4. Make sure to test the production files over the website (branch `gh-pages`) before submitting a Pull Request.
Note 1: Remember to update **both SASS and LESS** files after your changes (both must always be in sync).
Note 2: You're not obligated to use the built-in tasks from the above steps. If you're using your own build, just make sure to update production and source files before submitting a PR.
### Credits
Made by Claudio Holanda ([@kazzkiq](https://twitter.com/kazzkiq))
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