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

muddy

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muddy - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

4

interaction.js

@@ -234,5 +234,5 @@ module.exports.createCommands = (world) => {

if ( items[i].slot() == world.constants().SLOT_WIELD )
user.send(`You return ${items.name()} to your inventory.\r\n`);
user.send(`You return ${items[i].name()} to your inventory.\r\n`);
else
user.send(`You remove ${items.name()}.\r\n`);
user.send(`You remove ${items[i].name()}.\r\n`);

@@ -239,0 +239,0 @@ await world.itemToInventory(items[i], user);

{
"name": "muddy",
"version": "0.5.2",
"version": "0.5.3",
"description": "A Node.js Multi-User Dungeon (MUD) Framework",

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

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

# Muddy v0.5.2 [![Build Status](https://www.travis-ci.org/om-mani-padme-hum/muddy.svg?branch=master)](https://www.travis-ci.org/om-mani-padme-hum/muddy) [![HitCount](http://hits.dwyl.com/om-mani-padme-hum/muddy.svg)](http://hits.dwyl.com/om-mani-padme-hum/muddy)
# Muddy v0.5.3 [![Build Status](https://www.travis-ci.org/om-mani-padme-hum/muddy.svg?branch=master)](https://www.travis-ci.org/om-mani-padme-hum/muddy) [![HitCount](http://hits.dwyl.com/om-mani-padme-hum/muddy.svg)](http://hits.dwyl.com/om-mani-padme-hum/muddy)
A Node.js Multi-User Dungeon (MUD) Framework

@@ -3,0 +3,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