diff --git a/src/drivers/npm/driver.js b/src/drivers/npm/driver.js index a715363e8..75e658054 100644 --- a/src/drivers/npm/driver.js +++ b/src/drivers/npm/driver.js @@ -637,17 +637,16 @@ class Site { // DNS if (!this.dns.length) { const records = {} - const resolve = async (func, hostname) => { - try { - return await this.promiseTimeout(func(hostname)) - } catch (error) { - if (error.code !== 'ENODATA') { - this.error(error) - } + return this.promiseTimeout( + func(hostname).catch((error) => { + if (error.code !== 'ENODATA') { + this.error(error) + } - return [] - } + return [] + }) + ) } const domain = url.hostname.replace(/^www\./, '') diff --git a/src/drivers/webextension/images/icons/Selly.svg b/src/drivers/webextension/images/icons/Selly.svg new file mode 100644 index 000000000..2e66a5862 --- /dev/null +++ b/src/drivers/webextension/images/icons/Selly.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/drivers/webextension/images/icons/Timify.svg b/src/drivers/webextension/images/icons/Timify.svg new file mode 100644 index 000000000..09cef1922 --- /dev/null +++ b/src/drivers/webextension/images/icons/Timify.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies.json b/src/technologies.json index 3d0b5087a..6020885a2 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -11780,7 +11780,15 @@ "scripts": "cdn\\.sellix\\.io/static/js/embed\\.js", "website": "https://sellix.io/" }, - + "Selly": { + "cats": [ + 6 + ], + "description": "Selly is an ecommerce payment processor. It accepts PayPal, Bitcoin, Ethereum, Litecoin, Stripe and more.", + "icon": "Selly.svg", + "scripts": "embed\\.selly\\.(?:gg|io)", + "website": "https://selly.io/" + }, "Semantic UI": { "cats": [ 66 @@ -13449,6 +13457,16 @@ "scripts": "timeplot.*\\.js", "website": "http://www.simile-widgets.org/timeplot/" }, + "Timify": { + "cats": [ + 72, + 61 + ], + "description": "The Online Scheduling and Resource Management Software.", + "icon": "Timify.svg", + "scripts": "https://widget\\.timify\\.com/js/widget\\.js", + "website": "https://www.timify.com/" + }, "TinyMCE": { "cats": [ 24 @@ -13693,6 +13711,7 @@ "Typekit.config.js": "^(.+)$\\;version:\\1" }, "scripts": "use\\.typekit\\.com", + "html": "]*href=\"[^\"]+use\\.typekit\\.(?:net|com)", "website": "http://typekit.com" }, "UIKit": {