New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openbadge

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openbadge - npm Package Compare versions

Comparing version

to
1.0.4

5

lib/loadFont.js

@@ -18,8 +18,7 @@ /**

if (err) {
callback(err);
return callback(err);
}
fontCache[fontPath] = font;
callback(null, font);
});
};
};

2

package.json
{
"name": "openbadge",
"version": "1.0.3",
"version": "1.0.4",
"description": "Create SVG badges programatically",

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