Socket
Socket
Sign inDemoInstall

avif

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avif - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

bin/avif.js

@@ -43,4 +43,4 @@ #!/usr/bin/env node

verbose,
})
)
}),
),
);

@@ -47,0 +47,0 @@ process.exit(results.every(Boolean) ? 0 : 1);

@@ -24,3 +24,3 @@ const fs = require("fs").promises;

output ? output : path.dirname(input),
outputFilename
outputFilename,
);

@@ -27,0 +27,0 @@

{
"name": "avif",
"version": "0.4.1",
"version": "0.4.2",
"description": "Command line utility to convert images to AVIF",

@@ -27,9 +27,9 @@ "author": "Lovell Fuller <npm@lovell.info>",

"dependencies": {
"glob": "^9.3.2",
"sharp": "^0.32.0",
"yargs": "^17.7.1"
"glob": "^10.3.3",
"sharp": "^0.32.4",
"yargs": "^17.7.2"
},
"devDependencies": {
"prettier": "^2.8.7"
"prettier": "^3.0.0"
}
}
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