Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

optimage-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optimage-cli - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

14

optimage.js

@@ -53,12 +53,8 @@ #!/usr/bin/env node

} catch (error) {
console.error(error);
try {
return require(`${process.cwd()}/${path}`);
} catch (error) {
throw new Error(`Could not load config file "${configPath}"`);
}
}
try {
return require(`${process.cwd()}/${path}`);
} catch (error) {
console.error(error);
}
throw new Error(`Could not load config file "${configPath}"`);
}

@@ -65,0 +61,0 @@

{
"name": "optimage-cli",
"version": "0.1.5",
"version": "0.1.6",
"description": "Optimize images for the web",

@@ -26,3 +26,3 @@ "author": "Thomas Jarrand <thomas.jarrand@gmail.com> (https://thomas.jarrand.fr)",

"minimist": "^1.2.5",
"sharp": "^0.31.1"
"sharp": "^0.33.2"
},

@@ -29,0 +29,0 @@ "devDependencies": {

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