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

isbot

Package Overview
Dependencies
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isbot - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.0.6
- Respond to crawler user agents added to user-agents.net/bots
- ApplicationHealthService: Ping Service
# 3.0.5

@@ -2,0 +6,0 @@ - Respond to crawler user agents added to user-agents.net/bots

@@ -15,2 +15,3 @@ [

"^\\[",
"^Ace Explorer",
"^acoon",

@@ -27,2 +28,3 @@ "^ActiveBookmark",

"^Apache",
"^ApplicationHealthService",
"^asafaweb\\.com",

@@ -46,2 +48,3 @@ "^asynchttp",

"^Client",
"^cobweb/",
"^Custom$",

@@ -94,3 +97,5 @@ "^DAP ",

"^Integrity/",
"^intraVnews/",
"^java",
"^Jeode/",
"^JetBrains",

@@ -190,2 +195,3 @@ "^Jetty/",

"^Ubuntu APT-HTTP",
"^UCmore",
"^Upflow/",

@@ -233,2 +239,3 @@ "^USER_AGENT",

"Chrome-Lighthouse",
"chromeframe",
"CloudFlare",

@@ -256,2 +263,3 @@ "coccoc",

"GetLinkInfo",
"ghost",
"GomezAgent",

@@ -266,2 +274,3 @@ "google",

"Hydra",
"ibisBrowser",
"ichiro",

@@ -322,2 +331,3 @@ "images",

"stumbleupon\\.com",
"SuperCleaner",
"synapse",

@@ -327,2 +337,3 @@ "synthetic",

"TinEye",
"toolbar",
"tracemyfile",

@@ -329,0 +340,0 @@ "TrendsmapResolver",

13

package.json
{
"name": "isbot",
"version": "3.0.5",
"version": "3.0.6",
"description": "🤖 detect bots/crawlers/spiders via the user agent.",

@@ -28,2 +28,3 @@ "keywords": [

"build": "parcel build src/index.html --out-dir docs --public-url .",
"postbuild": "echo isbot.js.org > docs/CNAME",
"prestart": "which parcel || npm i parcel-bundler --no-save",

@@ -41,7 +42,7 @@ "start": "parcel src/index.html --out-dir docs",

"devDependencies": {
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"array-flat-polyfill": "^1.0.1",
"eslint-plugin-log": "^1.2.3",
"karma": "^5.0.9",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",

@@ -52,7 +53,7 @@ "karma-cli": "^2.0.0",

"karma-mocha-reporter": "^2.2.5",
"mocha": "^7.2.0",
"rollup": "^2.13.1",
"mocha": "^8.0.1",
"rollup": "^2.22.2",
"standard": "^14.3.4",
"stdline": "^0.1.0",
"typescript": "^3.9.5",
"typescript": "^3.9.7",
"user-agents": "^1.0.559",

@@ -59,0 +60,0 @@ "yaml": "^1.10.0"

# isbot 🤖/👨‍🦰
Detect bots/crawlers/spiders using the user agent string.
[![](./src/isbot.svg)](https://isbot.js.org)

@@ -9,4 +9,3 @@ [![](https://img.shields.io/npm/v/isbot.svg?style=flat-square)](https://www.npmjs.com/package/isbot) [![](https://img.shields.io/node/v/isbot?style=flat-square)](https://nodejs.org/en/download/releases/) [![](https://img.shields.io/bundlephobia/minzip/isbot?style=flat-square)](https://bundlephobia.com/result?p=isbot)

## Check it out
[Visit the online checker](https://gorangajic.github.io/isbot)
Detect bots/crawlers/spiders using the user agent string.

@@ -59,3 +58,3 @@ ## Usage

```js
isbot.find('Googlebot/2.1 (+http://www.google.com/bot.html)') // 'bot'
isbot.find('Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 DejaClick/2.9.7.2') // 'DejaClick'
```

@@ -62,0 +61,0 @@

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