Socket
Socket
Sign inDemoInstall

image-size

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-size - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

2

lib/types/gif.js
'use strict';
var gifRegexp = /^GIF8[7,9]a/;
var gifRegexp = /^GIF8[79]a/;
function isGIF (buffer) {

@@ -5,0 +5,0 @@ var signature = buffer.toString('ascii', 0, 6);

{
"name": "image-size",
"version": "0.5.4",
"version": "0.5.5",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc