Socket
Socket
Sign inDemoInstall

backstop-crawl

Package Overview
Dependencies
201
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.2.0

8

index.js

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

const crawl = require('./lib/crawl');
const updateNotifier = require('update-notifier');
const pkg = require('./package.json');
// Check for updates every 12 hours
updateNotifier({
pkg,
updateCheckInterval: 1000 * 60 * 60 * 12,
}).notify();
const cli = meow(`

@@ -11,0 +19,0 @@ Usage

9

package.json
{
"name": "backstop-crawl",
"version": "2.1.0",
"version": "2.2.0",
"description": "Crawl a site to generate a backstopjs config",

@@ -47,3 +47,3 @@ "repository": "https://github.com/fffunction/backstop-crawl",

"dependencies": {
"chalk": "^1.1.3",
"chalk": "1.1.3",
"cli-truncate": "1.0.0",

@@ -53,6 +53,7 @@ "jsonfile": "2.4.0",

"mkpath": "1.0.0",
"object.entries": "^1.0.4",
"object.entries": "1.0.4",
"ora": "1.1.0",
"simplecrawler": "1.0.3",
"url-parse": "^1.1.7",
"update-notifier": "2.0.0",
"url-parse": "1.1.7",
"valid-url": "1.0.9"

@@ -59,0 +60,0 @@ },

# $ backstop-crawl
[![Stories in Ready](https://badge.waffle.io/fffunction/backstop-crawl.svg?label=ready&title=Ready)](http://waffle.io/fffunction/backstop-crawl) [![Build Status](https://travis-ci.org/fffunction/backstop-crawl.svg?branch=master)](https://travis-ci.org/fffunction/backstop-crawl) [![Coverage Status](https://coveralls.io/repos/github/fffunction/backstop-crawl/badge.svg?branch=master)](https://coveralls.io/github/fffunction/backstop-crawl?branch=master)
> `backstop-crawl` is a tool for automatically generating the `backstop.json` required for `backstop` by crawling a website.
> `backstop-crawl` is a tool for automatically generating the `backstop.json` required for [`backstop`](https://github.com/garris/BackstopJS) by crawling a website.

@@ -6,0 +6,0 @@ ![](http://i.imgur.com/yv57RDo.gif)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc