diff --git a/modules/visualize.js b/modules/visualize.js index 9e99fe5..6111b6d 100755 --- a/modules/visualize.js +++ b/modules/visualize.js @@ -57,7 +57,7 @@ async function visualize_force_graph(username, detected, type) { }); } - x = graph.create_graph("#ixora-graph", window_title="Ixora random nodes exmaple", search_title="Search Box",search_msg="Search in extracted metadata\websites", copyright_link="Qeeqbox-ixora",copyright_msg="https://github.com/qeeqbox/ixora",tools=['search','tooltip'], collide=10,distance=100, data=graph.graph,method='object',save_to=undefined, open_file=undefined) + x = graph.create_graph("#ixora-graph", window_title="Ixora random nodes exmaple", search_title="Search Box",search_msg="Search in extracted patterns", copyright_link="Qeeqbox-ixora",copyright_msg="https://github.com/qeeqbox/ixora",tools=['search','tooltip'], collide=10,distance=100, data=graph.graph,method='object',save_to=undefined, open_file=undefined) return x } catch (err){ diff --git a/package-lock.json b/package-lock.json index 6a5d97f..2722faf 100755 --- a/package-lock.json +++ b/package-lock.json @@ -802,9 +802,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "ixora": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/ixora/-/ixora-1.0.3.tgz", - "integrity": "sha512-G67yYfhn0eCHfzeJQVo8yHMKBWZg2QvoAgDxx26kPRs901zfu9f24G8iAteDmsks3kc8RLdSUHvYv98OY2RNSw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/ixora/-/ixora-1.0.4.tgz", + "integrity": "sha512-TqOp37gHLhvK8wKl2+wxPSeuYFSd5b8diisY5D/76pyPP4mwoGsyg4HyT4pnO0wgmadkvHBBUNJhZT26r9Yvow==", "requires": { "ejs": "3.1.6", "open": "8.2.1" diff --git a/package.json b/package.json index 718c902..a06687e 100755 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "wink-tokenizer": "1.1.0", "wordsninja": "1.0.0", "yargs": "16.2.0", - "ixora": "1.0.3" + "ixora": "1.0.4" }, "author": "QeeqBox", "license": "AGPL-3.0", diff --git a/readme/intro_fast.gif b/readme/intro_fast.gif index 9aa1a8c..4287e6d 100755 Binary files a/readme/intro_fast.gif and b/readme/intro_fast.gif differ