Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fontkit

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fontkit - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

2

package.json
{
"name": "fontkit",
"version": "1.7.3",
"version": "1.7.4",
"description": "An advanced font engine for Node and the browser",

@@ -5,0 +5,0 @@ "keywords": [

@@ -343,2 +343,7 @@ import OTProcessor from './OTProcessor';

}
} else {
for (let k = j + 1; k < i + 1; k++) {
this.positions[i].xOffset += this.positions[k].xAdvance;
this.positions[i].yOffset += this.positions[k].yAdvance;
}
}

@@ -345,0 +350,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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