Socket
Socket
Sign inDemoInstall

spider-detector

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.15 to 1.0.16

2

index.js

@@ -22,3 +22,3 @@ var spiders = [

/Monitoring/i,
/webmeup-crawler/i,
/crawler/i,
/Qwantify/i,

@@ -25,0 +25,0 @@ /Yahoo! Slurp/i,

{
"name": "spider-detector",
"version": "1.0.15",
"version": "1.0.16",
"description": "A tiny node module to detect spiders/crawlers quickly and comes with optional middleware for ExpressJS",

@@ -34,6 +34,6 @@ "main": "index.js",

"devDependencies": {
"express": "4.13.4",
"express": "4.15.2",
"superagent": "1.8.3",
"tape": "4.5.1"
"tape": "4.6.3"
}
}
# spider-detector
[![Build Status](https://travis-ci.org/binarykitchen/spider-detector.svg?branch=master)](https://travis-ci.org/binarykitchen/spider-detector)
[![Build Status](https://travis-ci.org/binarykitchen/spider-detector.svg?branch=master)](https://travis-ci.org/binarykitchen/spider-detector) [![npm version](https://badge.fury.io/js/spider-detector.svg)](https://badge.fury.io/js/spider-detector)

@@ -9,2 +9,8 @@ A tiny node module to detect spiders/crawlers quickly and comes with optional middleware for ExpressJS

## Install
```
npm install spider-detector
```
## Direct Example

@@ -11,0 +17,0 @@

Sorry, the diff of this file is not supported yet

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