From 8936227e6008b95b6b6a25a3d18a17e85dab637b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 10 Mar 2018 05:05:17 +0100 Subject: [PATCH] Add a way to get socket.io's version (#2111) This can be tested [here](https://cloud.scaleway.com/#/) --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 6c145e8a2..ef5ad0a3f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -8880,7 +8880,7 @@ 12 ], "js": { - "io": "\\;confidence:20" + "io.version": "(.*)\\;version:\\1\\;confidence:20" }, "icon": "Socket.io.png", "implies": "Node.js",