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.2.0 to 0.3.0

7

index.js

@@ -6,3 +6,8 @@ 'use strict'

const Parser = require('./lib/Parser')
const {escapeXML, unescapeXML, escapeXMLText, unescapeXMLText} = require('ltx/lib/escape')
const {
escapeXML,
unescapeXML,
escapeXMLText,
unescapeXMLText,
} = require('ltx/lib/escape')

@@ -9,0 +14,0 @@ function xml(...args) {

14

package.json
{
"name": "@xmpp/xml",
"description": "XMPP XML for JavaScript",
"repository": "github:node-xmpp/node-xmpp",
"homepage": "https://github.com/node-xmpp/node-xmpp/tree/master/packages/xml",
"bugs": "http://github.com/node-xmpp/node-xmpp/issues",
"version": "0.2.0",
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/xml",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.3.0",
"license": "ISC",

@@ -17,4 +17,8 @@ "keywords": [

"dependencies": {
"ltx": "^2.6.2"
"ltx": "^2.7.1"
},
"engines": {
"node": ">= 6",
"npm": ">= 2"
}
}

@@ -8,3 +8,8 @@ 'use strict'

const Parser = require('../lib/Parser')
const {escapeXML, unescapeXML, escapeXMLText, unescapeXMLText} = require('ltx/lib/escape')
const {
escapeXML,
unescapeXML,
escapeXMLText,
unescapeXMLText,
} = require('ltx/lib/escape')

@@ -11,0 +16,0 @@ test('exports x', t => {

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