New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xmpp/xml

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xmpp/xml - npm Package Compare versions

Comparing version

to
0.7.4

1

index.js

@@ -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])

4

package.json

@@ -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"
}