Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.1.1 to 0.1.2

lib/tag.js

6

index.js
'use strict'
var ltx = require('ltx')
var tag = require('./lib/tag')
var exports = module.exports = ltx.tag.bind(null)
exports = module.exports = function xml () {
return tag.apply(null, arguments)
}

@@ -18,3 +21,4 @@ Object.assign(exports, ltx)

exports.Parser = require('./lib/Parser')
exports.tag = require('./lib/tag')
exports.ltx = ltx

6

package.json

@@ -7,3 +7,3 @@ {

"bugs": "http://github.com/node-xmpp/node-xmpp/issues",
"version": "0.1.1",
"version": "0.1.2",
"license": "ISC",

@@ -18,5 +18,5 @@ "keywords": [

"dependencies": {
"inherits": "^2.0.1",
"ltx": "^2.5.0"
"inherits": "^2.0.3",
"ltx": "^2.6.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc