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.0.3 to 1.0.4

test/utils.js

4

History.md

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

## v1.0.4 - 02/09/2012
* expose utils
## v1.0.3 - 01/27/2012

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

@@ -92,2 +92,3 @@

module.exports = exports = gm;
module.exports.utils = require('./lib/utils');
module.exports.version = JSON.parse(

@@ -94,0 +95,0 @@ require('fs').readFileSync(__dirname + '/package.json', 'utf8')

2

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

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

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