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

spacebro-client

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spacebro-client - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -8,3 +8,3 @@ 'use strict'

function registerToMaster (actionList, clientName, zeroconfName) {
mdns.connectToService(zeroconfName || 'chywalry', function socketioInit(err, address, port) {
mdns.connectToService(zeroconfName || 'spacebro', function socketioInit(err, address, port) {
console.log('service found: ', address)

@@ -11,0 +11,0 @@ var socket = io('http://' + address + ':' + port)

{
"name": "spacebro-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "Allow to automagically 🌟 connect to a Spacebro server",

@@ -5,0 +5,0 @@ "main": "index.js",

# Spacebro client
Allow to automagically 🌟 connect to a Spacebro server
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![node](https://img.shields.io/badge/node-0.10.x-brightgreen.svg)](https://nodejs.org/en/) [![node](https://img.shields.io/badge/node-0.12.x-brightgreen.svg)](https://nodejs.org/en/) [![node](https://img.shields.io/badge/node-4.0.x-brightgreen.svg)](https://nodejs.org/en/) [![node](https://img.shields.io/badge/node-5.3.x-brightgreen.svg)](https://nodejs.org/en/)
# Install

@@ -6,0 +7,0 @@

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