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.5.0 to 0.6.0

6

package.json

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

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

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

"dependencies": {
"ltx": "^2.8.0"
"ltx": "^2.8.1"
},

@@ -28,3 +28,3 @@ "engines": {

},
"gitHead": "896f432d22dd726d158bd39a46aed7d53a2b7b1b"
"gitHead": "4113d6db692a8b529a4bdd700115af4818e83634"
}

@@ -5,3 +5,3 @@ # xml

Note, if you're using `@xml/client` or `@xml/component`, you don't need to install `@xmpp/xml` yourself.
Note, if you're using `@xmpp/client` or `@xmpp/component`, you don't need to install `@xmpp/xml` yourself.

@@ -147,5 +147,5 @@ `npm install @xmpp/xml` or `yarn add @xmpp/xml`

```js
message.append(xml('foo'))
message.append('bar')
message.append(days.map(day => xml('day', {}, day)))
message.prepend(xml('foo'))
message.prepend('bar')
message.prepend(days.map(day => xml('day', {}, day)))
// <message>

@@ -152,0 +152,0 @@ // <day>Tuesday</day>

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