Socket
Socket
Sign inDemoInstall

image-size

Package Overview
Dependencies
2
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

4

dist/types/heif.js

@@ -8,6 +8,6 @@ "use strict";

mif1: 'heif',
msf1: 'heif',
msf1: 'heif', // hief-sequence
heic: 'heic',
heix: 'heic',
hevc: 'heic',
hevc: 'heic', // heic-sequence
hevx: 'heic', // heic-sequence

@@ -14,0 +14,0 @@ };

@@ -72,3 +72,3 @@ "use strict";

// '492049', // currently not supported
'49492a00',
'49492a00', // Little endian
'4d4d002a', // Big Endian

@@ -75,0 +75,0 @@ // '4d4d002a', // BigTIFF > 4GB. currently not supported

{
"name": "image-size",
"version": "1.1.0",
"version": "1.1.1",
"description": "get dimensions of any image file",

@@ -12,5 +12,5 @@ "main": "dist/index.js",

"engines": {
"node": ">=18.0.0"
"node": ">=16.x"
},
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@4.0.2",
"bin": "bin/image-size.js",

@@ -53,21 +53,21 @@ "scripts": {

"devDependencies": {
"@types/chai": "4.3.5",
"@types/chai": "4.3.11",
"@types/glob": "8.1.0",
"@types/mocha": "10.0.1",
"@types/node": "18.16.16",
"@types/sinon": "10.0.15",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"chai": "4.3.7",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"glob": "10.2.6",
"@types/mocha": "10.0.6",
"@types/node": "18.19.3",
"@types/sinon": "17.0.2",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"chai": "4.3.10",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.2",
"glob": "10.3.10",
"mocha": "10.2.0",
"nyc": "15.1.0",
"prettier": "2.8.8",
"sinon": "15.1.0",
"ts-node": "10.9.1",
"typedoc": "0.24.7",
"typescript": "5.0.4"
"prettier": "3.1.1",
"sinon": "17.0.1",
"ts-node": "10.9.2",
"typedoc": "0.25.4",
"typescript": "5.3.3"
},

@@ -74,0 +74,0 @@ "nyc": {

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