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.20.2 to 0.20.3

2

docs/api-output.md

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

Warning: multiple sharp instances concurrently producing tile output can expose a possible race condition in some versions of libgsf.
**Parameters**

@@ -284,0 +286,0 @@

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

#### v0.20.3 - 29<sup>th</sup> May 2018
* Fix tint operation by ensuring LAB interpretation and allowing negative values.
[#1235](https://github.com/lovell/sharp/issues/1235)
[@wezside](https://github.com/wezside)
#### v0.20.2 - 28<sup>th</sup> April 2018

@@ -9,0 +15,0 @@

@@ -18,3 +18,3 @@ # Installation

Pre-compiled binaries for sharp are provided for use with
Node versions 4, 6, 8 and 9 on
Node versions 4, 6, 8 and 10 on
64-bit Windows, OS X and Linux platforms.

@@ -165,2 +165,14 @@

### NW.js
Run the `nw-gyp` tool after installation.
```sh
cd node-modules/sharp
nw-gyp rebuild --arch=x64 --target=[your nw version]
node node_modules/sharp/install/dll-copy
```
See also http://docs.nwjs.io/en/latest/For%20Users/Advanced/Use%20Native%20Node%20Modules/
### Build tools

@@ -167,0 +179,0 @@

4

lib/constructor.js

@@ -155,4 +155,4 @@ 'use strict';

background: [0, 0, 0, 255],
tintA: 0,
tintB: 0,
tintA: 128,
tintB: 128,
flatten: false,

@@ -159,0 +159,0 @@ negate: false,

@@ -393,2 +393,4 @@ 'use strict';

*
* Warning: multiple sharp instances concurrently producing tile output can expose a possible race condition in some versions of libgsf.
*
* @example

@@ -395,0 +397,0 @@ * sharp('input.tiff')

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

@@ -86,20 +86,20 @@ "homepage": "https://github.com/lovell/sharp",

"nan": "^2.10.0",
"fs-copy-file-sync": "^1.0.1",
"fs-copy-file-sync": "^1.1.1",
"npmlog": "^4.1.2",
"prebuild-install": "^2.5.3",
"prebuild-install": "^4.0.0",
"semver": "^5.5.0",
"simple-get": "^2.8.1",
"tar": "^4.4.1",
"tar": "^4.4.4",
"tunnel-agent": "^0.6.0"
},
"devDependencies": {
"async": "^2.6.0",
"async": "^2.6.1",
"cc": "^1.0.2",
"decompress-zip": "^0.3.1",
"documentation": "^6.3.2",
"documentation": "^7.1.0",
"exif-reader": "^1.0.2",
"icc": "^1.0.0",
"mocha": "^5.1.1",
"nyc": "^11.7.1",
"prebuild": "^7.4.0",
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"prebuild": "^7.6.0",
"prebuild-ci": "^2.2.3",

@@ -106,0 +106,0 @@ "rimraf": "^2.6.2",

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