Socket
Socket
Sign inDemoInstall

isbot

Package Overview
Dependencies
0
Maintainers
2
Versions
125
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.0 to 3.5.1

1

index.js

@@ -296,2 +296,3 @@ function _classCallCheck(instance, Constructor) {

"search",
"serp\\s?reputation\\s?management",
"server",

@@ -298,0 +299,0 @@ "sogou",

24

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

@@ -64,4 +64,4 @@ "keywords": [

"spec": "node --experimental-modules --experimental-json-modules ./node_modules/.bin/mocha tests/specs/spec.js",
"jest": "cd jest && npm t",
"postjest": "cd ..",
"jest": "cd tests/jest && npm t",
"postjest": "cd ../..",
"preefficiency": "npm run prepare",

@@ -79,5 +79,5 @@ "efficiency": "node --expose-gc --experimental-modules --experimental-json-modules ./node_modules/.bin/mocha tests/efficiency/spec.js",

"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-import-assertions": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-syntax-import-assertions": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@lets/wait": "^2.0.2",

@@ -89,3 +89,3 @@ "@rollup/plugin-babel": "^5.3.1",

"form-data": "^4.0.0",
"karma": "^6.3.18",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",

@@ -98,12 +98,12 @@ "karma-cli": "^2.0.0",

"pug": "^3.0.0",
"remark-cli": "^10.0.0",
"remark-cli": "^11.0.0",
"remark-preset-lint-recommended": "^6.0.0",
"rollup": "^2.70.2",
"rollup": "^2.76.0",
"rollup-plugin-import-assert": "^2.1.0",
"standard": "^17.0.0",
"stdline": "^1.0.0",
"typescript": "^4.6.3",
"user-agents": "^1.0.990",
"yaml": "^2.0.1"
"typescript": "^4.7.4",
"user-agents": "^1.0.1111",
"yaml": "^2.1.1"
}
}

@@ -106,3 +106,3 @@ # isbot 🤖/👨‍🦰

- Omit third party solutions' code (tags, pixels) and **reduce costs**.
> It is not recommended to whitelist requests for any reason based on user agent header only. Instead other methods of identification can be added such as reverse dns lookup.
> It is not recommended to whitelist requests for any reason based on user agent header only. Instead other methods of identification can be added such as [reverse dns lookup](https://www.npmjs.com/package/reverse-dns-lookup).

@@ -109,0 +109,0 @@ ## Data sources

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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