node-steam-tradeoffer-manager icon indicating copy to clipboard operation
node-steam-tradeoffer-manager copied to clipboard

Simple and sane Steam trade offer management

Results 14 node-steam-tradeoffer-manager issues
Sort by recently updated
recently updated
newest added

`deep-equal` is not only [2 orders of magnitude slower](https://www.npmjs.com/package/fast-deep-equal#performance-benchmark=) than [`fast-deep-equal`](https://www.npmjs.com/package/fast-deep-equal#), but it's one of the biggest [dependency tree limbs](https://npmgraph.js.org/?q=steam-tradeoffer-manager) in the project containing polyfills that haven't been needed for...

The node process crashes, even using a a **VPS** with a huge amount of **RAM**. ``` The issue is related to Steam Event Cards, i.e Winter Sale Cards. ``` Error...

It says it requires node V4.0.0+ or later, but when i try to install, your own node dependencies, such as [doctormckay/stdlib](https://www.npmjs.com/package/@doctormckay/stdlib) says it requires at least V6+ Fresh Install Screenshot...

# Breaking - Removed `loadInventory` - Removed `loadUserInventory` - Removed `getReceivedItems` - Removed `TradeOffer#loadPartnerInventory` - Node.js v8 or later is now required # New - ~~Trade sessions~~ - Promise support...

Hello, I'm using some of your node-steam packages in my typescript project. There are ways to generate the **.d.ts** files [automatically](https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html) without having to recode everything in typescript. I'm asking...

If a user wants to load user's inventory in a function, he/she has to do this: ``` function sendOffer(steamId, itemIds) { this.manager.loadUserInventory(steamId, 730, 2, true (loadInvErr, inv) => { //...

enhancement

Hello doc, First of all - I am really grateful for having all of your libraries up there - you save all of us a lot of time energy and...

newOffer event is not called sometimes... Even after restart of bot, event is still not fired. After I send second offer, newOffer triggers for both trades

I'd like to know which items are already in offers when loading my inventory. It's possible to do manually (either by loading all offers when attempting to load your inventory...

enhancement