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

console-png

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-png - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

bin/index.js

7

package.json
{
"name": "console-png",
"version": "1.1.0",
"version": "1.2.0",
"description": "Print PNG images to terminal output",

@@ -45,3 +45,6 @@ "main": "index.js",

"colors"
]
],
"bin": {
"console-png": "./bin/index.js"
}
}

@@ -8,2 +8,22 @@ # console-png

## Install
To use this on your terminal:
```
npm install -g console-png
```
To use this programatically:
```
npm install --save console-png
```
## Terminal Usage
```
> console-png
Usage: console-png [PNG FILE]...
> console-png apple.png
{image shown here}
```
## Example Usage

@@ -10,0 +30,0 @@

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