Socket
Socket
Sign inDemoInstall

parse-bmfont-binary

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

LICENSE.md

12

index.js

@@ -71,10 +71,10 @@ var HEADER = [66, 77, 70]

info.padding = [
buf.readUInt8(i+7),
buf.readUInt8(i+8),
buf.readUInt8(i+9),
buf.readUInt8(i+10)
buf.readInt8(i+7),
buf.readInt8(i+8),
buf.readInt8(i+9),
buf.readInt8(i+10)
]
info.spacing = [
buf.readUInt8(i+11),
buf.readUInt8(i+12)
buf.readInt8(i+11),
buf.readInt8(i+12)
]

@@ -81,0 +81,0 @@ info.outline = buf.readUInt8(i+13)

{
"name": "parse-bmfont-binary",
"version": "1.0.5",
"version": "1.0.6",
"description": "reads a BMFont binary in a Buffer into a JSON object",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc