Socket
Socket
Sign inDemoInstall

image-size

Package Overview
Dependencies
0
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 0.5.3

2

lib/types/bmp.js

@@ -10,3 +10,3 @@ 'use strict';

'width': buffer.readUInt32LE(18),
'height': buffer.readUInt32LE(22)
'height': Math.abs(buffer.readInt32LE(22))
};

@@ -13,0 +13,0 @@ }

{
"name": "image-size",
"version": "0.5.2",
"version": "0.5.3",
"description": "get dimensions of any image file",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc