Socket
Socket
Sign inDemoInstall

paparazzi-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paparazzi-cli - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

index.js

@@ -81,3 +81,3 @@ #!/usr/bin/env node

let argv = require('yargs')
.usage('Usage: $0 [options] URL')
.usage('Usage: $0 [options] <URL1> [<URL2> ...]')
.demandCommand(1, 'You need to specify at least 1 URL')

@@ -84,0 +84,0 @@ .strict()

{
"name": "paparazzi-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "CLI tool to snap all the angles of your website",

@@ -9,2 +9,7 @@ "main": "index.js",

"repository": "https://github.com/GodlikePenguin/Paparazzi",
"keywords": [
"puppeteer",
"screenshot",
"cli"
],
"dependencies": {

@@ -11,0 +16,0 @@ "puppeteer": "^1.14.0",

<p align="center">
<img width=256 src="https://raw.githubusercontent.com/GodlikePenguin/Paparazzi/master/assets/logo.png">
<br />
<a href="https://badge.fury.io/js/paparazzi-cli"><img src="https://badge.fury.io/js/paparazzi-cli.svg" alt="npm version" height="18"></a>
</p>

@@ -16,4 +18,4 @@

```
paparazzi [options] <URL1> <URL2> ...
paparazzi [options] <URL1> [<URL2> ...]
```
The full set of options can be found using `paparazzi --help`
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