Socket
Socket
Sign inDemoInstall

circular-progress-bar

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circular-progress-bar - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

public/circular-progress-bar.min.js

87

package.json
{
"name": "circular-progress-bar",
"version": "2.0.0",
"description": "CSS circular progress bar.",
"main": "src/index.js",
"scripts": {
"test": "eslint src/**/*.js && npm run build",
"play": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"now-build": "npm run build"
},
"eslintConfig": {
"extends": "@gmartigny/eslint-config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GMartigny/circular-progress-bar.git"
},
"keywords": [
"UI",
"gauge",
"loader",
"component"
],
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GMartigny/circular-progress-bar/issues"
},
"homepage": "https://gmartigny.github.io/circular-progress-bar",
"devDependencies": {
"@gmartigny/eslint-config": "^1.2.5",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.3",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"style-loader": "^0.23.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
},
"dependencies": {
"ola": "^1.1.0"
}
"name": "circular-progress-bar",
"version": "2.1.0",
"description": "CSS circular progress bar.",
"main": "src/index.js",
"unpkg": "public/circular-progress-bar.min.js",
"jsdelivr": "public/circular-progress-bar.min.js",
"scripts": {
"test": "eslint src/**/*.js && npm run build",
"play": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"eslintConfig": {
"extends": "@gmartigny/eslint-config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GMartigny/circular-progress-bar.git"
},
"keywords": [
"UI",
"gauge",
"loader",
"component"
],
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GMartigny/circular-progress-bar/issues"
},
"homepage": "https://gmartigny.github.io/circular-progress-bar",
"devDependencies": {
"@gmartigny/eslint-config": "^1.3.1",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"ola": "^1.1.1"
}
}

@@ -5,3 +5,2 @@ # Circular-progress-bar

[![package publish size](https://flat.badgen.net/packagephobia/publish/circular-progress-bar)](https://packagephobia.now.sh/result?p=circular-progress-bar)
[![Support me on Patreon](https://flat.badgen.net/badge/become/a%20patron/F96753?icon=patreon)](https://www.patreon.com/gmartigny)

@@ -12,2 +11,3 @@ ![Sample progress-bar](media/circular-progress-bar.gif)

## Installation

@@ -49,3 +49,3 @@

```html
<script src="https://circular-progress-bar.now.sh"></script>
<script src="https://unpkg.com/circular-progress-bar"></script>

@@ -60,3 +60,3 @@ <script>

Check the [full documentation](documentations.md) or [some examples](https://circular-progress-bar.now.sh/examples).
Check the [full documentation](documentations.md) or [some examples](https://circular-progress-bar.now.sh).

@@ -63,0 +63,0 @@

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