Socket
Socket
Sign inDemoInstall

sharp

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sharp - npm Package Compare versions

Comparing version 0.23.3 to 0.23.4

1

docs/api-input.md

@@ -47,2 +47,3 @@ <!-- Generated by documentation.js. Update this documentation by updating the source code. -->

- `xmp`: Buffer containing raw XMP data, if present
- `tifftagPhotoshop`: Buffer containing raw TIFFTAG_PHOTOSHOP data, if present

@@ -49,0 +50,0 @@ ### Parameters

@@ -7,2 +7,12 @@ # Changelog

#### v0.23.4 - 5<sup>th</sup> December 2019
* Handle zero-length Buffer objects when using Node.js v13.2.0+.
* Expose raw TIFFTAG_PHOTOSHOP metadata.
[#1600](https://github.com/lovell/sharp/issues/1600)
* Improve thread safety by using copy-on-write when updating metadata.
[#1986](https://github.com/lovell/sharp/issues/1986)
#### v0.23.3 - 17<sup>th</sup> November 2019

@@ -9,0 +19,0 @@

@@ -109,2 +109,4 @@ # Installation

[![FreeBSD Build Status](https://api.cirrus-ci.com/github/lovell/sharp.svg)](https://cirrus-ci.com/github/lovell/sharp)
libvips must be installed before `npm install` is run.

@@ -130,2 +132,5 @@

To reduce the effects of memory fragmentation, add the
[jemalloc buildpack](https://github.com/gaffneyc/heroku-buildpack-jemalloc).
### Docker

@@ -132,0 +137,0 @@

@@ -210,2 +210,3 @@ 'use strict';

* - `xmp`: Buffer containing raw XMP data, if present
* - `tifftagPhotoshop`: Buffer containing raw TIFFTAG_PHOTOSHOP data, if present
*

@@ -212,0 +213,0 @@ * @example

4

package.json
{
"name": "sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
"version": "0.23.3",
"version": "0.23.4",
"author": "Lovell Fuller <npm@lovell.info>",

@@ -128,3 +128,3 @@ "homepage": "https://github.com/lovell/sharp",

"mocha": "^6.2.2",
"mock-fs": "^4.10.3",
"mock-fs": "^4.10.4",
"nyc": "^14.1.1",

@@ -131,0 +131,0 @@ "prebuild": "^9.1.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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