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.4.0 to 0.6.0

bin/dev

52

package.json
{
"name": "paparazzi-cli",
"version": "0.4.0",
"version": "0.6.0",
"engines": {
"node": ">=16.0.0"
},
"description": "CLI tool to snap all the angles of your website",
"main": "index.js",
"main": "./dist/lib/index.js",
"author": "Edward Dobson",

@@ -14,16 +17,45 @@ "license": "MIT",

],
"bin": "bin/run",
"files": [
"/bin",
"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"oclif": {
"bin": "paparazzi-cli",
"default": ".",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-plugins"
]
},
"scripts": {
"test": "nyc -x **/*.spec.js mocha **/*.spec.js"
"build": "tsc",
"test": "jest --collectCoverage",
"lint": "eslint **/*.ts"
},
"dependencies": {
"puppeteer": "^1.14.0",
"yargs": "^13.2.2"
"@oclif/core": "^1.9.3",
"@oclif/parser": "^3.8.7",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1",
"puppeteer": "^14.4.1",
"ts-node": "^10.8.2"
},
"bin": {
"paparazzi": "./index.js"
},
"devDependencies": {
"chai": "^4.2.0",
"sinon": "^7.3.1"
"@types/jest": "^28.1.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-eslint": "^7.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^28.1.1",
"jest-mock-extended": "^2.0.6",
"playwright": "^1.23.2",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
}
}

@@ -5,3 +5,3 @@ <p align="center">

<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>
<a href="https://travis-ci.com/GodlikePenguin/Paparazzi"><img src="https://travis-ci.com/GodlikePenguin/Paparazzi.svg?branch=master"></a>
<a href="https://github.com/GodlikePenguin/Paparazzi/actions"><img src="https://github.com/GodlikePenguin/Paparazzi/actions/workflows/test.yml/badge.svg"></a>
</p>

@@ -20,4 +20,22 @@

```
paparazzi [options] <URL1> [<URL2> ...]
A tool to take snaps of all angles of your website
USAGE
$ paparazzi-cli [flags] <URL1> [<URL2> ...]
FLAGS
-d, --delay=<value> Number of ms to wait before taking the screenshot on each page
-h, --height=<value> [default: 1080] Height of the output images
-o, --output=<value> [default: ./images] Output location
-s, --scale=<value> [default: 1] Scale factor for the rendered website
-w, --width=<value> [default: 1920] Width of the output images
--allow-all-hosts Take screenshots of any HTTP host, not just those specified
--device=<value> Emulate this device when making HTTP requests
--full-page Ensure all content on page is included in screenshot (will override width and height settings)
--list-devices List all devices which can be emulated and exit (Note this is a long list)
--user-agent=<value> User Agent to spoof whilst making HTTP requests
DESCRIPTION
A tool to take snaps of all angles of your website
```
The full set of options can be found using `paparazzi --help`
The full set of options can be found using `paparazzi-cli --help`
.travis.yml
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