New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bimgc

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bimgc - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

bin/index.js

@@ -0,1 +1,3 @@

#!/usr/bin/env node
const sharp = require('sharp');

@@ -2,0 +4,0 @@ const yargs = require('yargs');

@@ -5,2 +5,9 @@ # Changelog

### [0.1.7](https://github.com/shinokada/bimgc/compare/v0.1.6...v0.1.7) (2023-02-05)
### Bug Fixes
* add shebang ([c04b586](https://github.com/shinokada/bimgc/commit/c04b5860e80c36ce7e42033a0cd17eb0b3814b1a))
### [0.1.6](https://github.com/shinokada/bimgc/compare/v0.1.5...v0.1.6) (2023-02-05)

@@ -7,0 +14,0 @@

2

package.json
{
"name": "bimgc",
"version": "0.1.6",
"version": "0.1.7",
"description": "A Node.js script that converts PNG and JPG images to AVIF and WebP format with various sizes and saves them in a specified output directory. The output images are named based on the input file and include information about their size and format.",

@@ -5,0 +5,0 @@ "main": "bin/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