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

salien-script-js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

salien-script-js - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json
{
"name": "salien-script-js",
"version": "0.0.9",
"version": "0.0.10",
"description": "Scripting the Steam Salien Sale minigame, the proper way.",

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

@@ -63,6 +63,5 @@ # salien-script-js

* [/r/saliens](https://steamcommunity.com/groups/summersaliens) id: `103582791462557324`
* [100Pals](https://steamcommunity.com/groups/100pals) id: `103582791454524084`
* [SteamDB](https://steamcommunity.com/groups/steamdb) id: `103582791434298690`
* [/r/saliens](https://steamcommunity.com/groups/summersaliens) id: `103582791462557324`
* [Steam Universe](https://steamcommunity.com/groups/steamuniverse) id: `103582791434672565`

@@ -69,0 +68,0 @@ ### 👥 Multiple tokens/scripts

@@ -99,3 +99,15 @@ /**

if (await hasUpdate) {
logger(name, ` ${chalk.bgMagenta(' UpdateCheck ')}`, `The latest version is ${hasUpdate.latest}. Please update!`);
logger(
name,
` ${chalk.bgMagenta(' UpdateCheck ')}`,
`The latest version is ${chalk.bgCyan(hasUpdate.latest)}. Please update!`,
);
logger(
name,
` ${chalk.bgMagenta(' UpdateCheck ')}`,
`To update, stop this script and run: ${chalk.bgCyan('npm i -g salien-script-js')}`,
);
// eslint-disable-next-line
console.log('');
}

@@ -124,3 +136,3 @@ };

this.maxRetries = 2;
this.maxRetries = 3;
this.defaultDelayMs = 5000;

@@ -127,0 +139,0 @@ this.defaultDelaySec = this.defaultDelayMs / 1000;

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