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

socketmq

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socketmq - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

lib/message/index.js

7

index.js

@@ -1,2 +0,3 @@

var Socket = require('./lib/socket')
var Socket = require('./lib/socket/index')
var SocketHub = require('./lib/socket/hub')

@@ -20,1 +21,5 @@ var socketmq = module.exports = function() {

}
socketmq.hub = function() {
return new SocketHub()
}

5

package.json
{
"name": "socketmq",
"version": "0.5.1",
"version": "0.5.2",
"description": "Lightweight stream-oriented messaging library for node.",

@@ -10,3 +10,4 @@ "main": "index.js",

"dependencies": {
"amp": "0.3.1"
"amp": "0.3.1",
"eventemitter3": "1.2.0"
},

@@ -13,0 +14,0 @@ "devDependencies": {

@@ -5,2 +5,3 @@ var test = require('tape')

var testEIO = require('./eio.test.js')
var testHub = require('./hub.test.js')

@@ -10,2 +11,3 @@ testTCP()

testEIO()
testHub()

@@ -12,0 +14,0 @@ test.onFinish(function() {

Sorry, the diff of this file is not supported yet

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