Socket
Socket
Sign inDemoInstall

@types/pngjs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pngjs - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

4

pngjs/index.d.ts

@@ -27,3 +27,3 @@ // Type definitions for pngjs 3.4

static sync: {
read(buffer: Buffer, options?: ParserOptions): PNG;
read(buffer: Buffer, options?: ParserOptions): PNGWithMetadata;
write(png: PNG, options?: PackerOptions): Buffer;

@@ -91,2 +91,4 @@ };

export type PNGWithMetadata = PNG & Metadata;
export type ColorType = 0 | 2 | 4 | 6;

@@ -93,0 +95,0 @@

{
"name": "@types/pngjs",
"version": "3.4.0",
"version": "3.4.1",
"description": "TypeScript definitions for pngjs",

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

},
"typesPublisherContentHash": "b5756c09bfad7926ba78a5007602cbc0d8b9c339ba3ac6c0143207cd0a9452bb",
"typesPublisherContentHash": "a32ef8f7f6730ea7c358acc660834525fa38a33a0b705baff3a4b52711c04125",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 11 Nov 2019 23:24:43 GMT
* Last updated: Mon, 03 Feb 2020 17:35:59 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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