Comparing version
@@ -17,2 +17,3 @@ 'use strict' | ||
// eslint-disable-next-line no-global-assign | ||
exports = module.exports = xml | ||
@@ -19,0 +20,0 @@ |
@@ -17,2 +17,3 @@ 'use strict' | ||
const el = new Element(name, attrs) | ||
// eslint-disable-next-line unicorn/no-for-loop | ||
for (let i = 0; i < children.length; i++) { | ||
@@ -19,0 +20,0 @@ append(el, children[i]) |
@@ -7,3 +7,3 @@ { | ||
"bugs": "http://github.com/xmppjs/xmpp.js/issues", | ||
"version": "0.7.0", | ||
"version": "0.7.4", | ||
"license": "ISC", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8d6ba3b99acb6d38e58da5144e8c54b1eb6e9d14" | ||
"gitHead": "feb8cec5dcfaf7571ed7259c6adfcf8be8394492" | ||
} |
10312
0.93%221
0.91%