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.3 to 1.18.4

10

gm/index.d.ts

@@ -319,4 +319,4 @@ // Type definitions for gm 1.18

stream(format: string, callback?: WriteCallback): stream.PassThrough;
toBuffer(callback: (err: Error, buffer: Buffer) => any): stream.PassThrough;
toBuffer(format: string, callback: (err: Error, buffer: Buffer) => any): stream.PassThrough;
toBuffer(callback: (err: Error|null, buffer: Buffer) => any): stream.PassThrough;
toBuffer(format: string, callback: (err: Error|null, buffer: Buffer) => any): stream.PassThrough;
write(filename: string, callback: WriteCallback): void;

@@ -395,3 +395,3 @@ }

type CompareCallback = (err: Error, isEqual: boolean, equality: number, raw: number) => any;
type CompareCallback = (err: Error|null, isEqual: boolean, equality: number, raw: number) => any;

@@ -470,3 +470,3 @@ type ComposeOperator = 'Over'

type GetterCallback<T> = (err: Error, value: T) => any;
type GetterCallback<T> = (err: Error|null, value: T) => any;

@@ -607,5 +607,5 @@ type GravityDirection = 'NorthWest'

type WriteCallback = (err: Error, stdout: string, stderr: string, cmd: string) => any;
type WriteCallback = (err: Error|null, stdout: stream.Readable, stderr: stream.Readable, cmd: string) => any;
}
export = m;
{
"name": "@types/gm",
"version": "1.18.3",
"version": "1.18.4",
"description": "TypeScript definitions for gm",

@@ -39,4 +39,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "87514eebb66a47b8bb1e676ceffd791a49d8d8a20d1f3ccc6e8fa6e80ed863d2",
"typesPublisherContentHash": "45bd2729e8e68c3d3453944de77cbf49a3caae5e4acbc6a2d4f391ecea2fb63f",
"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,3 +12,3 @@ # Details

Additional Details
* Last updated: Thu, 16 May 2019 15:24:22 GMT
* Last updated: Mon, 19 Aug 2019 17:51:12 GMT
* Dependencies: @types/node

@@ -18,2 +18,2 @@ * 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>, Dimitry Kooijmans <https://github.com/mrcageman>.
These definitions were written by Joel Spadin <https://github.com/ChaosinaCan>, Maarten van Vliet <https://github.com/maartenvanvliet>, Vaclav Mlejnsky <https://github.com/mlejva>, and 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