Socket
Socket
Sign inDemoInstall

alclient

Package Overview
Dependencies
355
Maintainers
1
Versions
465
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.19.32 to 0.19.33

2

build/Item.d.ts

@@ -39,3 +39,3 @@ import { ItemType, WeaponType } from "./definitions/adventureland.js";

G: GData;
constructor(itemData: ItemData | ItemData, g: GData);
constructor(itemData: ItemData, g: GData);
calculateGrade(): number;

@@ -42,0 +42,0 @@ calculateMinimumCost(): number;

import { Item } from "./Item.js";
import { TradeItemInfo } from "./definitions/adventureland.js";
export declare class TradeItem extends Item implements TradeItemInfo {
import { GData, ItemDataTrade } from "./index.js";
export declare class TradeItem extends Item implements ItemDataTrade {
b: boolean;
giveaway?: number;
list?: string[];
price: number;
rid: string;
constructor(itemData: ItemDataTrade, g: GData);
}
import { Item } from "./Item.js";
export class TradeItem extends Item {
b = false;
giveaway;
list;
price;
rid;
constructor(itemData, g) {
super(itemData, g);
}
}
//# sourceMappingURL=TradeItem.js.map
{
"name": "alclient",
"version": "0.19.32",
"version": "0.19.33",
"description": "A node client for interacting with Adventure Land - The Code MMORPG. This package extends the functionality of 'alclient' by managing a mongo database.",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc