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
23
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.9.0 to 0.9.1

lib/XMLError.js

2

index.js

@@ -12,2 +12,3 @@ 'use strict'

} = require('ltx/lib/escape')
const XMLError = require('./lib/XMLError')

@@ -28,2 +29,3 @@ function xml(...args) {

unescapeXMLText,
XMLError,
})

8

lib/Parser.js

@@ -6,10 +6,4 @@ 'use strict'

const EventEmitter = require('events')
const XMLError = require('./XMLError')
class XMLError extends Error {
constructor(...args) {
super(...args)
this.name = 'XMLError'
}
}
class Parser extends EventEmitter {

@@ -16,0 +10,0 @@ constructor() {

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

"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.9.0",
"version": "0.9.1",
"license": "ISC",

@@ -27,3 +27,3 @@ "keywords": [

},
"gitHead": "d1ef8d3d625bdeb3e66e9acfee3220725a6d9887"
"gitHead": "8f8555a7fa8d1ce50a92e6f7a0f619f865981edd"
}
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