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

pauk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pauk - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "pauk",
"version": "0.0.1",
"version": "0.0.2",
"description": "web crawler",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,7 +5,12 @@ pauk

Basic Node.js web crawler.
### Install
```
$ npm install pauk
```
## Example:
```js
var pauk = new Pauk({maxRequests: 10});
var Pauk = require('pauk'),
pauk = new Pauk({maxRequests: 10});
pauk.onFinish = function(cache) {

@@ -17,4 +22,9 @@ cache.forEach(function(v, uri) {

};
pauk.crawl('http://example.com');
```
### Test
```
$ grunt
```
## API

@@ -72,1 +82,2 @@ ### new Pauk(config)

```

Sorry, the diff of this file is not supported yet

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