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.0 to 0.4.1

4

bin/avif.js

@@ -16,7 +16,7 @@ #!/usr/bin/env node

} = require("../lib/cli");
const glob = require("../lib/glob");
const { glob } = require("glob");
const convert = require("../lib/convert");
const avif = async () => {
const files = await glob(input);
const files = await glob(input, { absolute: true, nodir: true });
if (verbose) {

@@ -23,0 +23,0 @@ process.stdout.write(`Found ${files.length} file(s) matching ${input}\n`);

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

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

"dependencies": {
"glob": "^8.0.3",
"sharp": "^0.31.1",
"yargs": "^17.6.0"
"glob": "^9.3.2",
"sharp": "^0.32.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"prettier": "^2.7.1"
"prettier": "^2.8.7"
}
}
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