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.11.0 to 0.11.1

10

docs/changelog.md

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

#### v0.11.1 - 12<sup>th</sup> August 2015
* Silence MSVC warning: "C4530: C++ exception handler used, but unwind semantics are not enabled".
[#244](https://github.com/lovell/sharp/pull/244)
[@TheThing](https://github.com/TheThing)
* Suppress gamma correction for input image with alpha transparency.
[#249](https://github.com/lovell/sharp/issues/249)
[@compeak](https://github.com/compeak)
#### v0.11.0 - 15<sup>th</sup> July 2015

@@ -7,0 +17,0 @@

23

docs/install.md

@@ -28,3 +28,2 @@ # Installation

* OpenSuse 13
* Mac OS

@@ -51,2 +50,22 @@ run the following as a user with `sudo` access:

#### Ubuntu LTS
libvips v7.40.6 is available via a PPA.
##### 12.04
```sh
sudo add-apt-repository -y ppa:lovell/precise-backport-vips
sudo apt-get update
sudo apt-get install -y libvips-dev libgsf-1-dev
```
##### 14.04
```sh
sudo add-apt-repository -y ppa:lovell/trusty-backport-vips
sudo apt-get update
sudo apt-get install -y libvips-dev libgsf-1-dev
```
### Mac OS

@@ -56,3 +75,3 @@

Manual install via homebrew:
Install libvips via homebrew:

@@ -59,0 +78,0 @@ ```sh

4

package.json
{
"name": "sharp",
"version": "0.11.0",
"version": "0.11.1",
"author": "Lovell Fuller <npm@lovell.info>",

@@ -54,3 +54,3 @@ "contributors": [

"devDependencies": {
"async": "^1.3.0",
"async": "^1.4.2",
"coveralls": "^2.11.2",

@@ -57,0 +57,0 @@ "exif-reader": "1.0.0",

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