New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xmpp/connection

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xmpp/connection - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

4

index.js

@@ -204,5 +204,3 @@ 'use strict'

return new Promise((resolve, reject) => {
const root = element.root()
this.emit('send', root)
this.write(root).then(resolve, reject)
this.write(element.root()).then(resolve, reject)
})

@@ -209,0 +207,0 @@ }

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

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

@@ -16,6 +16,6 @@ "keywords": [

"@xmpp/jid": "^0.0.1",
"@xmpp/streamparser": "^0.0.1"
"@xmpp/streamparser": "^0.0.2"
},
"devDependencies": {
"@xmpp/xml": "^0.0.1"
"@xmpp/xml": "^0.1.0"
},

@@ -22,0 +22,0 @@ "browser": {

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