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.7.1 to 0.7.2

auto-crop.txt

3

index.js
'use strict';
var path = require('path');
var util = require('util');

@@ -20,2 +21,4 @@ var stream = require('stream');

sequentialRead: false,
// ICC profile to use when input CMYK image has no embedded profile
iccProfileCmyk: path.join(__dirname, 'icc', 'USWebCoatedSWOP.icc'),
// resize options

@@ -22,0 +25,0 @@ topOffsetPre: -1,

6

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

@@ -44,5 +44,5 @@ "contributors": [

"dependencies": {
"bluebird": "^2.3.9",
"bluebird": "^2.3.10",
"color": "^0.7.1",
"nan": "^1.3.0"
"nan": "^1.4.0"
},

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

@@ -77,3 +77,3 @@ # sharp

[Mohammad Prabowo](https://github.com/rizalp) maintains a [gulp.js plugin](https://github.com/rizalp/gulp-sharp).
[Eugeny Vlasenko](https://github.com/mahnunchik) maintains [gulp-responsive](https://www.npmjs.org/package/gulp-responsive) and [Mohammad Prabowo](https://github.com/rizalp) maintains [gulp-sharp](https://www.npmjs.org/package/gulp-sharp).

@@ -80,0 +80,0 @@ ## Usage examples

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