Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 0.1.2

29

package.json
{
"name": "three-dots",
"version": "0.1.1",
"version": "0.1.2",
"description": "CSS loading animation made by single element.",
"main": "dist/three-dots.css",
"files": [
"dist",
"sass",
"less"
],
"homepage": "https://github.com/nzbin/three-dots#readme",

@@ -11,3 +16,3 @@ "repository": {

},
"author": "nzbin <nzb329@163.com>",
"author": "nzbin",
"license": "MIT",

@@ -19,4 +24,6 @@ "bugs": {

"three-dots",
"css-framework",
"sass"
"loading-animations",
"single-element-css-spinners",
"sass",
"less"
],

@@ -26,6 +33,7 @@ "devDependencies": {

"cpy-cli": "^1.0.1",
"node-sass": "^4.9.0",
"node-sass": "^4.7.2",
"npm-run-all": "^2.3.0",
"onchange": "^2.5.0",
"postcss-cli": "^2.6.0",
"postcss-cli": "^4.1.1",
"postcss-header": "^1.0.0",
"rimraf": "^2.6.2",

@@ -42,10 +50,11 @@ "stylelint": "^9.2.1",

"start": "run-p build watch",
"build": "run-s clean sass autoprefixer",
"build": "run-s clean sass sassmin postcss",
"clean": "rimraf dist",
"sass": "node-sass --output-style expanded sass/three-dots.scss dist/three-dots.css && node-sass --output-style compressed sass/three-dots.scss dist/three-dots.min.css",
"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",
"autoprefixer": "postcss -u autoprefixer --no-map.inline --autoprefixer.browsers \"last 1 versions\" -r dist/*.css",
"watch": "onchange sass -- run-s sass copy",
"postcss": "postcss -r dist/*.css --map",
"watch": "onchange sass --run-s sass copy",
"lint": "stylelint --syntax scss \"sass/**/*.scss\" --fix"
}
}

@@ -10,2 +10,8 @@ # Three Dots

## Installing
```sh
$ npm install three-dots --save
```
## Usage

@@ -12,0 +18,0 @@

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