Comparing version 3.6.2 to 3.6.3
@@ -145,3 +145,3 @@ function _classCallCheck(instance, Constructor) { | ||
"^[\\w \\.]+/v?\\d+(\\.\\d+)?(\\.\\d{1,10})?$", | ||
"^[\\w\\-]+$", | ||
"^[\\w\\-\\(\\)]+$", | ||
"^[^ ]{50,}$", | ||
@@ -148,0 +148,0 @@ "^ace explorer", |
{ | ||
"name": "isbot", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"description": "🤖 detect bots/crawlers/spiders via the user agent.", | ||
@@ -79,3 +79,3 @@ "keywords": [ | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/plugin-syntax-import-assertions": "^7.18.6", | ||
"@babel/plugin-syntax-import-assertions": "^7.20.0", | ||
"@babel/preset-env": "^7.19.4", | ||
@@ -99,9 +99,9 @@ "@lets/wait": "^2.0.2", | ||
"remark-preset-lint-recommended": "^6.0.0", | ||
"rollup": "^3.2.3", | ||
"rollup": "^3.2.5", | ||
"standard": "^17.0.0", | ||
"stdline": "^1.0.0", | ||
"typescript": "^4.8.4", | ||
"user-agents": "^1.0.1180", | ||
"user-agents": "^1.0.1187", | ||
"yaml": "^2.1.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63096