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

gm

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gm - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

test/78.js

5

History.md
1.5.1 / 2012-10-02
==================
* fixed; passing multiple paths to append() #77
1.5.0 / 2012-09-15

@@ -3,0 +8,0 @@ ==================

2

lib/args.js

@@ -61,3 +61,3 @@ // gm - Copyright Aaron Heckmann <aaron.heckmann+github@gmail.com> (MIT Licensed)

this.out(this._append.ltr ? '+append' : '-append');
src.push(this._append);
src.push.apply(src, this._append);
});

@@ -64,0 +64,0 @@ }

{ "name": "gm"
, "description": "Graphics Magick for node."
, "version": "1.5.0"
, "version": "1.5.1"
, "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>"

@@ -5,0 +5,0 @@ , "keywords": ["graphics", "magick", "image", "graphicsmagick", "imagemagick", "gm", "convert", "identify"]

@@ -12,3 +12,3 @@ var assert = require('assert')

gm(dir + '/lost.png')
.append(dir + '/original.jpg')
.append(dir + '/original.jpg', dir + '/original.jpg')
.append()

@@ -21,3 +21,3 @@ .background('#222')

assert.equal(460, size.width);
assert.equal(280, size.height);
assert.equal(435, size.height);

@@ -24,0 +24,0 @@ horizontal(dir, next, gm);

@@ -27,3 +27,3 @@

assert.equal(d['Rendering intent'], 'Perceptual');
assert.equal(d.Properties['date:create'], '2012-07-29T15:48:42-07:00');
assert.equal(d.Properties['date:create'], '2012-09-15T17:33:20-07:00');
assert.equal(d.Properties['exif:DateTimeDigitized'], '2011:07:01 11:23:16');

@@ -30,0 +30,0 @@

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