Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "badge-up", | ||
"version": "2.0.0", | ||
"description": "A module that produces hot badges", | ||
"version": "2.0.1", | ||
"description": "A module that produces hot badges without the need of Cairo", | ||
"main": "index.js", | ||
@@ -11,4 +11,5 @@ "scripts": { | ||
"type": "git", | ||
"url": "" | ||
"url": "git@github.com:yahoo/badge-up.git" | ||
}, | ||
"bugs": "https://github.com/yahoo/badge-up/issues", | ||
"keywords": [ | ||
@@ -15,0 +16,0 @@ "badge" |
@@ -1,15 +0,15 @@ | ||
badge-up | ||
======== | ||
# badge-up | ||
This is a simple library that generates SVG badges. | ||
[![npm](https://img.shields.io/npm/v/badge-up.svg?maxAge=2592000)](https://www.npmjs.com/package/badge-up) | ||
[![downloads](https://img.shields.io/npm/dt/badge-up.svg?maxAge=2592000)](https://www.npmjs.com/package/badge-up) | ||
Install | ||
------- | ||
This is a simple library that generates SVG badges without Cairo. | ||
## Install | ||
`npm install badge-up` | ||
Usage | ||
----- | ||
## Usage | ||
Generating an SVG | ||
### Generating an SVG | ||
@@ -25,9 +25,2 @@ ```js | ||
Using the colors | ||
```js | ||
var badge = require('badge-up'); | ||
var colors = badge.colors; | ||
``` | ||
Produces: ![example](https://cdn.rawgit.com/yahoo/badge-up/master/test/testData/good.svg) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
9499
7
1
26