Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function loadProtocol (version) {
const data = require('minecraft-data')(version).protocol
const comments = require('minecraft-data')(version).protocolComments
$j('#protocolTable').html(protocolToString(data, comments))
}