Socket
Socket
Sign inDemoInstall

badge-up

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

badge-up - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

ynpm-debug.log

7

package.json
{
"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)
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