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

gm

Package Overview
Dependencies
Maintainers
2
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.13.2 to 1.13.3

4

History.md

@@ -0,1 +1,5 @@

1.13.3 / 2013-10-22
===================
* fixed; escape diffOptions.file in compare (dwabyick)
1.13.2 / 2013-10-18

@@ -2,0 +6,0 @@ ===================

2

lib/compare.js

@@ -37,3 +37,3 @@ // compare

return exec('gm compare' + highlightColorOption + orig + ' ' + compareTo +
' -file ' + diffOptions.file, cb);
' -file ' + utils.escape(diffOptions.file), cb);
}

@@ -40,0 +40,0 @@

{
"name": "gm",
"description": "GraphicsMagick and ImageMagick for node.js",
"version": "1.13.2",
"version": "1.13.3",
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",

@@ -6,0 +6,0 @@ "keywords": [

@@ -1,2 +0,2 @@

# gm v1.13.2 [![Build Status](https://travis-ci.org/aheckmann/gm.png?branch=master)](https://travis-ci.org/aheckmann/gm)
# gm v1.13.3 [![Build Status](https://travis-ci.org/aheckmann/gm.png?branch=master)](https://travis-ci.org/aheckmann/gm)

@@ -3,0 +3,0 @@ GraphicsMagick and ImageMagick for node

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