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

discord

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

classes/World.js

@@ -44,3 +44,3 @@ var fs = require('fs');

init: function(config) {
var required = ['name', 'world_path', 'start_room'];
var required = ['world_path', 'start_room'];
required.each(function(key) {

@@ -47,0 +47,0 @@ if (!config[key]) {

{
"name":"discord",
"description":"A LP/Discworld inspired MUD server running on Node.JS and MooTools.",
"version":"0.4.0",
"version":"0.5.0",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -81,5 +81,4 @@ /**

server.listen(config.port);
sys.puts("Now listening on "+config.port);
return { listen: server.listen.bind(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