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

sharp-image-conversion

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

sharp-image-conversion - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "sharp-image-conversion",
"version": "1.0.1",
"version": "1.0.2",
"description": "Sharp.js wrapper for single image resize, quality manipulation and format conversion and output to file or buffer",

@@ -5,0 +5,0 @@ "main": "index.js",

# Image Conversion Utility (sharp-image-conversion)
Sharp.js wrapper for single image resize, manipulation and format conversion then output to file or buffer.
[Sharp](https://github.com/lovell/sharp) wrapper for single image resize, manipulation and format conversion then output to file or buffer.

@@ -58,3 +58,3 @@ ## Installation

note 1: refer to Sharp docs for supported image formats.
note 1: refer to [Sharp docs](https://sharp.pixelplumbing.com/en/stable/) for supported image formats.

@@ -71,3 +71,3 @@ note 2: specified _outputOptions_ are ignored if _targetFormat_ is undefined or null.

note 3: _outputOptions_ should match the _targetFormat_ according to Sharp's docs.
note 3: _outputOptions_ should match the _targetFormat_ according to [Sharp docs](https://sharp.pixelplumbing.com/en/stable/).

@@ -74,0 +74,0 @@ **Instance.toBuffer**(**_targetFormat?_** : _String_, **_outputOptions?_** : _Object_)

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