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.5.0 to 0.5.1

2

lib/convert.js

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

}
return;
return true;
}

@@ -36,0 +36,0 @@ } catch (err) {}

{
"name": "avif",
"version": "0.5.0",
"version": "0.5.1",
"description": "Command line utility to convert images to AVIF",

@@ -5,0 +5,0 @@ "author": "Lovell Fuller <npm@lovell.info>",

@@ -7,10 +7,34 @@ # avif-cli

By default, will search current directory for image files and create AVIF variants.
Exit code is non-zero if one or more errors occurred.
### npm
```sh
$ npx avif
npx avif
```
By default, will search current directory for image files and create AVIF variants.
### pnpm
Exit code is non-zero if one or more errors occured.
```sh
pnpm dlx avif
```
### Deno
```sh
deno run --allow-ffi --allow-read npm:avif
```
### Bun
```sh
bun x avif
```
### yarn
```
yarn_node_linker=pnpm yarn dlx avif
```
## Options

@@ -17,0 +41,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