Comparing version 0.1.1 to 0.1.2
'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 |
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14056
20
459
Updatedinherits@^2.0.3
Updatedltx@^2.6.2