Comparing version 1.18.2 to 1.18.3
@@ -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; |
{ | ||
"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>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23703
559