Socket
Socket
Sign inDemoInstall

badging

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

badging - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

CHANGELOG.md

10

lib/github.js

@@ -21,3 +21,11 @@ 'use strict';

title: `coverage status of ${getName(userName, repoName)}`,
src: `https://coveralls.io/repos/github/${userName}/${repoName}/badge.svg?branch=${branch}`,
/**
* @update 2017-06
* The official image source offered by coveralls.io will be redirected to some url located
* on s3.amazonaws.com which can not be stably accessed in some areas.
*/
// src: `https://coveralls.io/repos/github/${userName}/${repoName}/badge.svg?branch=${branch}`,
src: `https://img.shields.io/coveralls/${userName}/${repoName}/${branch}.svg`,
href: `https://coveralls.io/github/${userName}/${repoName}2?branch=${branch}`

@@ -24,0 +32,0 @@ });

2

package.json
{
"name": "badging",
"version": "0.0.4",
"version": "0.0.5",
"description": "Index of frequently used badges for NPM",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,3 @@ # badging

[![latest version of badging](https://img.shields.io/npm/v/badging.svg)](https://www.npmjs.com/package/badging)
[![coverage status of github.com/YounGoat/nodejs.badging](https://coveralls.io/repos/github/YounGoat/nodejs.badging/badge.svg?branch=master)](https://coveralls.io/github/YounGoat/nodejs.badging2?branch=master)
[![coverage status of github.com/YounGoat/nodejs.badging](https://img.shields.io/coveralls/YounGoat/nodejs.badging/master.svg)](https://coveralls.io/github/YounGoat/nodejs.badging2?branch=master)
[![dependencies of github.com/YounGoat/nodejs.badging](https://david-dm.org/YounGoat/nodejs.badging/status.svg)](https://david-dm.org/YounGoat/nodejs.badging)

@@ -14,2 +14,7 @@ [![devDependencies of github.com/YounGoat/nodejs.badging](https://david-dm.org/YounGoat/nodejs.badging/dev-status.svg)](https://david-dm.org/YounGoat/nodejs.badging?type=dev)

## Links
* [CHANGE LOG](./CHANGELOG.md)
* [Homepage](https://github.com/YounGoat/nodejs.badging)
## Get Started

@@ -63,3 +68,3 @@

Powered by [Shields IO](ttp://shields.io).
Powered by [Shields IO](http://shields.io).

@@ -72,3 +77,3 @@ ### npm.license

Powered by [Shields IO](ttp://shields.io).
Powered by [Shields IO](http://shields.io).

@@ -81,3 +86,3 @@ ### npm.version

Powered by [Shields IO](ttp://shields.io).
Powered by [Shields IO](http://shields.io).

@@ -114,3 +119,3 @@ ### github.coveralls

Powered by [Shields IO](ttp://shields.io).
Powered by [Shields IO](http://shields.io).

@@ -117,0 +122,0 @@ ### github.travis

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