New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gm

Package Overview
Dependencies
Maintainers
2
Versions
65
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.14.0 to 1.14.1

5

History.md

@@ -0,1 +1,6 @@

1.14.1 / 2013-12-09
===================
* fixed; identify -verbose colon behavior #240 ludow
1.14.0 / 2013-12-04

@@ -2,0 +7,0 @@ ===================

4

lib/getters.js

@@ -191,4 +191,4 @@ /**

var len = parts.length
, rgx1 = /^( *)(.+): (.*)$/ // key: val
, rgx2 = /^( *)(.+):$/ // key: begin nested object
, rgx1 = /^( *)(.+?): (.*)$/ // key: val
, rgx2 = /^( *)(.+?):$/ // key: begin nested object
, out = { indent: {} }

@@ -195,0 +195,0 @@ , level = null

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

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

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

# gm v1.13.3 [![Build Status](https://travis-ci.org/aheckmann/gm.png?branch=master)](https://travis-ci.org/aheckmann/gm)
# gm v1.14.1 [![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