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

@types/gm

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gm - npm Package Compare versions

Comparing version 1.18.2 to 1.18.3

2

gm/index.d.ts

@@ -6,2 +6,3 @@ // Type definitions for gm 1.18

// Vaclav Mlejnsky <https://github.com/mlejva>
// Dimitry Kooijmans <https://github.com/mrcageman>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -288,2 +289,3 @@

identify(callback: GetterCallback<ImageInfo>): State;
identify(format: string, callback: GetterCallback<string>): State;
identify(opts: GetterOptions, callback: GetterCallback<ImageInfo>): State;

@@ -290,0 +292,0 @@ res(callback: GetterCallback<string>): State;

12

gm/package.json
{
"name": "@types/gm",
"version": "1.18.2",
"version": "1.18.3",
"description": "TypeScript definitions for gm",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "mlejva"
},
{
"name": "Dimitry Kooijmans",
"url": "https://github.com/mrcageman",
"githubUsername": "mrcageman"
}

@@ -28,3 +33,4 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/gm"
},

@@ -35,4 +41,4 @@ "scripts": {},

},
"typesPublisherContentHash": "eaad1d9eb4c3ce49c0ea50ff6d3ae03c88a1716451840dc1097fda1ebf827b48",
"typesPublisherContentHash": "87514eebb66a47b8bb1e676ceffd791a49d8d8a20d1f3ccc6e8fa6e80ed863d2",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for gm (https://github.com/aheckmann/gm).
This package contains type definitions for gm ( https://github.com/aheckmann/gm ).

@@ -12,7 +12,7 @@ # Details

Additional Details
* Last updated: Thu, 08 Nov 2018 22:14:46 GMT
* Dependencies: node
* Last updated: Thu, 16 May 2019 15:24:22 GMT
* Dependencies: @types/node
* Global values: none
# Credits
These definitions were written by Joel Spadin <https://github.com/ChaosinaCan>, Maarten van Vliet <https://github.com/maartenvanvliet>, Vaclav Mlejnsky <https://github.com/mlejva>.
These definitions were written by Joel Spadin <https://github.com/ChaosinaCan>, Maarten van Vliet <https://github.com/maartenvanvliet>, Vaclav Mlejnsky <https://github.com/mlejva>, Dimitry Kooijmans <https://github.com/mrcageman>.
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