Socket
Socket
Sign inDemoInstall

badgen

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

badgen - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

lib/index.js

@@ -24,6 +24,6 @@ const calcWidth = require('./calc-text-width.js').Verdana11

<g fill="#fff" text-anchor="start" font-family="DejaVu Sans,Verdana,sans-serif" font-size="11">
<text x="6" y="14" fill="#000" opacity="0.2">${subject}</text>
<text x="5" y="13">${subject}</text>
<text x="${stTextStart + 1}" y="14" fill="#000" opacity="0.2">${status}</text>
<text x="${stTextStart}" y="13">${status}</text>
<text x="6" y="14.8" fill="#000" opacity="0.2">${subject}</text>
<text x="5" y="13.8">${subject}</text>
<text x="${stTextStart + 1}" y="14.8" fill="#000" opacity="0.2">${status}</text>
<text x="${stTextStart}" y="13.8">${status}</text>
</g><script/>

@@ -30,0 +30,0 @@ </svg>

{
"name": "badgen",
"version": "1.1.1",
"version": "1.1.2",
"description": "Hand-crafted badge generator.",

@@ -11,2 +11,3 @@ "author": "Amio <amio.cn@gmail.com>",

"bench": "node bench/index.js",
"preview": "node test/serve-preview.js",
"test": "tap test/*.spec.js --reporter spec",

@@ -19,2 +20,3 @@ "start": "node service.js",

"benchmark": "^2.1.4",
"serve-marked": "0.0.1",
"standard": "^11.0.1",

@@ -21,0 +23,0 @@ "tap": "^12.0.1"

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