From 322f8a7d826b56e12ad08e922e67e2185cf26320 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Fri, 28 Apr 2023 17:57:00 +0530 Subject: [PATCH 1/2] Blitz.js Detection added --- .../webextension/images/icons/blitzjs.svg | 1 + src/technologies/b.json | 30 +++++++++++++++---- 2 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 src/drivers/webextension/images/icons/blitzjs.svg diff --git a/src/drivers/webextension/images/icons/blitzjs.svg b/src/drivers/webextension/images/icons/blitzjs.svg new file mode 100644 index 000000000..d336ae805 --- /dev/null +++ b/src/drivers/webextension/images/icons/blitzjs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies/b.json b/src/technologies/b.json index 66073e3c7..a0462dd00 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -941,6 +941,24 @@ ], "website": "https://putyourlightson.com/plugins/blitz" }, + "Blitz.js": { + "cats": [ + 18, + 62 + ], + "description": "Blitz picks up where Next.js leaves off, providing battle-tested libraries and conventions for shipping and scaling world wide applications.", + "headers": { + "X-Powered-By": "^Blitz\\.js?([0-9.]+)?\\;version:\\1" + }, + "icon": "blitzjs.svg", + "implies": "Next.js", + "js": { + "__BLITZ_MIDDLEWARE_HOOKS": "", + "__BLITZ_SUSPENSE_ENABLED": "" + }, + "oss": true, + "website": "https://blitzjs.com" + }, "Blocksy": { "cats": [ 80 @@ -2376,17 +2394,17 @@ ], "description": "Bugsnag is a cross-platform error monitoring, reporting, and resolution software.", "icon": "BugSnag.svg", + "js": { + "Bugsnag": "", + "bugsnag": "", + "bugsnagClient": "" + }, "pricing": [ "payg", "freemium", "recurring" ], "saas": true, - "js": { - "Bugsnag": "", - "bugsnag": "", - "bugsnagClient": "" - }, "scriptSrc": "/bugsnag.*\\.js", "website": "https://bugsnag.com" }, @@ -2677,4 +2695,4 @@ "scriptSrc": "cdn\\.ibdok\\.ir/", "website": "https://bdok.ir" } -} +} \ No newline at end of file From 2ad97887ac2d231ffe394e79eb1c12bfa904a4cf Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Thu, 4 May 2023 06:30:34 +0530 Subject: [PATCH 2/2] Description & SVG Icon Updated, and removed PaaS Category --- src/drivers/webextension/images/icons/blitzjs.svg | 5 ++++- src/technologies/b.json | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/drivers/webextension/images/icons/blitzjs.svg b/src/drivers/webextension/images/icons/blitzjs.svg index d336ae805..30f4ebf42 100644 --- a/src/drivers/webextension/images/icons/blitzjs.svg +++ b/src/drivers/webextension/images/icons/blitzjs.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/src/technologies/b.json b/src/technologies/b.json index a0462dd00..9dc824d14 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -943,10 +943,9 @@ }, "Blitz.js": { "cats": [ - 18, - 62 + 18 ], - "description": "Blitz picks up where Next.js leaves off, providing battle-tested libraries and conventions for shipping and scaling world wide applications.", + "description": "Blitz.js is a web development framework that uses Next.js and React and includes features for authentication, authorization, and database integration to simplify the creation of high-performance and scalable web applications.", "headers": { "X-Powered-By": "^Blitz\\.js?([0-9.]+)?\\;version:\\1" },