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

three-dots

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-dots - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

30

package.json
{
"name": "three-dots",
"version": "0.1.2",
"version": "0.2.0",
"description": "CSS loading animation made by single element.",

@@ -11,3 +11,3 @@ "main": "dist/three-dots.css",

],
"homepage": "https://github.com/nzbin/three-dots#readme",
"homepage": "https://nzbin.github.io/three-dots/",
"repository": {

@@ -29,2 +29,13 @@ "type": "git",

],
"scripts": {
"start": "run-p build watch",
"build": "run-s clean sass sassmin postcss copy",
"clean": "rimraf dist",
"sass": "node-sass --output-style expanded sass/three-dots.scss dist/three-dots.css",
"sassmin": "node-sass --output-style compressed sass/three-dots.scss dist/three-dots.min.css",
"copy": "cpy dist/*.css !dist/*.min.css docs/css",
"postcss": "postcss -r dist/*.css --map",
"watch": "onchange sass -- run-s sass copy",
"lint": "stylelint --syntax scss \"sass/**/*.scss\" --fix"
},
"devDependencies": {

@@ -35,4 +46,4 @@ "autoprefixer": "^6.7.7",

"npm-run-all": "^2.3.0",
"onchange": "^2.5.0",
"postcss-cli": "^4.1.1",
"onchange": "^6.0.0",
"postcss-cli": "^6.1.3",
"postcss-header": "^1.0.0",

@@ -47,14 +58,3 @@ "rimraf": "^2.6.2",

"node": ">=4"
},
"scripts": {
"start": "run-p build watch",
"build": "run-s clean sass sassmin postcss",
"clean": "rimraf dist",
"sass": "node-sass --output-style expanded sass/three-dots.scss dist/three-dots.css",
"sassmin": "node-sass --output-style compressed sass/three-dots.scss dist/three-dots.min.css",
"copy": "cpy dist/*.css !dist/*.min.css docs/css",
"postcss": "postcss -r dist/*.css --map",
"watch": "onchange sass --run-s sass copy",
"lint": "stylelint --syntax scss \"sass/**/*.scss\" --fix"
}
}

@@ -5,2 +5,3 @@ # Three Dots

[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nzbin/three-dots)
[![Financial Contributors on Open Collective](https://opencollective.com/three-dots/all/badge.svg?label=financial+contributors)](https://opencollective.com/three-dots)

@@ -11,3 +12,3 @@ The project is a set of CSS loading animations created with three dots which made by just single element. I think the project can not only enhance your CSS skills but also improve your imagination.

## Installing
## Installation

@@ -62,12 +63,12 @@ ```sh

```scss
$dotWidth: 10px;
$dotHeight: 10px;
$dotRadius: $dotWidth/2;
$dot-width: 10px;
$dot-height: 10px;
$dot-radius: $dot-width/2;
$dotColor: #9880ff;
$dotBgColor: $dotColor;
$dotBeforeColor: $dotColor;
$dotAfterColor: $dotColor;
$dot-color: #9880ff;
$dot-bg-color: $dot-color;
$dot-before-color: $dot-color;
$dot-after-color: $dot-color;
$dotSpacing: $dotWidth + $dotWidth/2;
$dot-spacing: $dot-width + $dot-width/2;
```

@@ -81,4 +82,34 @@

## Contributors
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="https://github.com/nzbin/three-dots/graphs/contributors"><img src="https://opencollective.com/three-dots/contributors.svg?width=890&button=false" /></a>
### Financial Contributors
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/three-dots/contribute)]
#### Individuals
<a href="https://opencollective.com/three-dots"><img src="https://opencollective.com/three-dots/individuals.svg?width=890"></a>
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/three-dots/contribute)]
<a href="https://opencollective.com/three-dots/organization/0/website"><img src="https://opencollective.com/three-dots/organization/0/avatar.svg"></a>
<a href="https://opencollective.com/three-dots/organization/1/website"><img src="https://opencollective.com/three-dots/organization/1/avatar.svg"></a>
<a href="https://opencollective.com/three-dots/organization/2/website"><img src="https://opencollective.com/three-dots/organization/2/avatar.svg"></a>
<a href="https://opencollective.com/three-dots/organization/3/website"><img src="https://opencollective.com/three-dots/organization/3/avatar.svg"></a>
<a href="https://opencollective.com/three-dots/organization/4/website"><img src="https://opencollective.com/three-dots/organization/4/avatar.svg"></a>
<a href="https://opencollective.com/three-dots/organization/5/website"><img src="https://opencollective.com/three-dots/organization/5/avatar.svg"></a>
<a href="https://opencollective.com/three-dots/organization/6/website"><img src="https://opencollective.com/three-dots/organization/6/avatar.svg"></a>
<a href="https://opencollective.com/three-dots/organization/7/website"><img src="https://opencollective.com/three-dots/organization/7/avatar.svg"></a>
<a href="https://opencollective.com/three-dots/organization/8/website"><img src="https://opencollective.com/three-dots/organization/8/avatar.svg"></a>
<a href="https://opencollective.com/three-dots/organization/9/website"><img src="https://opencollective.com/three-dots/organization/9/avatar.svg"></a>
## License
MIT

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

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

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