Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bloxparty-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bloxparty-server - npm Package Compare versions

Comparing version 1.0.1-alpha to 1.0.3-alpha

6

CHANGELOG.md

@@ -0,1 +1,7 @@

<a name="1.0.3-alpha"></a>
## 1.0.3-alpha (2015-08-18)
<a name="1.0.1-alpha"></a>

@@ -2,0 +8,0 @@ ## 1.0.1-alpha (2015-08-18)

2

lib/server.js

@@ -5,2 +5,3 @@ var Emitter = require('component-emitter')

var Players = require('./players')
var Games = require('./games')
var port = process.env.PORT || 3001

@@ -21,2 +22,3 @@

this.Players = Players
this.Games = Games
this.port = port

@@ -23,0 +25,0 @@ this.interval = null

4

package.json
{
"name": "bloxparty-server",
"description": "Blox Party game server",
"version": "1.0.1-alpha",
"version": "1.0.3-alpha",
"author": "Kevin Neff <kvnneff@gmail.com>",

@@ -48,2 +48,2 @@ "bin": "./bin/bloxparty-server",

}
}
}
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