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

node-font-measure

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

node-font-measure - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

index.d.ts

10

index.js

@@ -1,6 +0,6 @@

module.exports = measure
function measure(font, o) {
if (!measure.cache) {
measure.cache = {}
}
measure.cache = {}
function measure(font, o) {
if (!o) o = {}

@@ -199,1 +199,3 @@

}
module.exports = measure

6

package.json
{
"name": "node-font-measure",
"version": "0.0.3",
"version": "0.0.4",
"description": "Calculate metrics of a font",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -42,4 +43,5 @@ "test": "budo test"

"devDependencies": {
"font-list": "^1.4.3"
"font-list": "^1.4.3",
"tern": "^0.24.3"
}
}
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