Socket
Socket
Sign inDemoInstall

node-xmpp

Package Overview
Dependencies
194
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha2 to 1.0.2

examples/create_room.js

2

examples/c2s.js

@@ -29,3 +29,3 @@ 'use strict';

// Allows the developer to register the jid against anything they want
c2s.on('register', function(opts, cb) {
client.on('register', function(opts, cb) {
console.log('REGISTER')

@@ -32,0 +32,0 @@ cb(true)

@@ -14,6 +14,7 @@ 'use strict';

mochacli: {
all: ['test/**/*.js', 'node_modules/node-xmpp-*/test/**/*.js'],
all: ['test/**/*.js', 'node_modules/node-xmpp-*/test/**/*.js', '!node_modules/node-xmpp-client/test/browser/**/*.js' ],
options: {
reporter: 'spec',
ui: 'tdd'
ui: 'tdd',
timeout: '4000'
}

@@ -20,0 +21,0 @@ },

{
"name": "node-xmpp",
"main": "./lib/node-xmpp",
"version": "1.0.0-alpha2",
"version": "1.0.2",
"browserify": "./lib/node-xmpp-browserify",

@@ -22,8 +22,9 @@ "description": "Idiomatic XMPP client, component & server library for node.js + browserify",

"devDependencies": {
"mocha": ">=1.0.0",
"pem": "https://github.com/dodo/pem/tarball/altNames",
"grunt": "~0.4.1",
"grunt-browserify": "~1.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.6.0",
"grunt-mocha-cli": "~1.3.0",
"grunt-browserify": "~1.3.0",
"mocha": ">=1.0.0",
"pem": "https://github.com/dodo/pem/tarball/altNames",
"should": "~3.1.0"

@@ -78,12 +79,8 @@ },

],
"licenses": [
{
"type": "MIT"
}
],
"license": "MIT",
"engine": "node >=0.8.0",
"scripts": {
"test": "grunt test",
"test": "./node_modules/.bin/grunt test",
"browserify": "browserify -d -o node-xmpp-browser.js -r request:browser-request -i node-stringprep -i faye-websocket -i ./srv -i dns ./lib/node-xmpp-browserify.js"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc