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

alclient

Package Overview
Dependencies
Maintainers
1
Versions
474
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alclient - npm Package Compare versions

Comparing version 0.4.27 to 0.4.28

5

build/Merchant.js

@@ -226,4 +226,7 @@ "use strict";

return Promise.reject(`${target} is an NPC. You can't mluck NPCs.`);
if (player.s.mluck && player.s.mluck.strong && player.owner !== this.owner)
if (player.s.mluck && player.s.mluck.strong
&& ((player.owner && player.owner !== this.owner)
|| (player.s.mluck.f !== this.id))) {
return Promise.reject(`${target} has a strong mluck from ${player.s.mluck.f}.`);
}
}

@@ -230,0 +233,0 @@ const mlucked = new Promise((resolve, reject) => {

2

package.json
{
"name": "alclient",
"version": "0.4.27",
"version": "0.4.28",
"description": "A node client for interacting with Adventure Land - The Code MMORPG",

@@ -5,0 +5,0 @@ "files": [

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