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

@boozybats/shared

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boozybats/shared - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

8

index.d.ts

@@ -199,4 +199,6 @@ import { Document as Document_2 } from 'mongoose';

export declare const defaultChatChangeCount = 2;
export declare const defaultChatChangeCount = 99999999;
export declare const defaultChatChangeCountProd = 2;
export declare const defaultLangCode = "ru";

@@ -249,3 +251,3 @@

export declare const gamesCount: 9;
export declare const gamesCount: 8;

@@ -266,3 +268,3 @@ export declare const gamesCountPerWeek: number;

export declare const gamesKeys: readonly ["magic", "pandora", "kong", "updown", "bingo", "killer", "roulette", "basket", "charge"];
export declare const gamesKeys: readonly ["pandora", "kong", "updown", "bingo", "killer", "roulette", "basket", "charge"];

@@ -269,0 +271,0 @@ export declare type GameState = (typeof gameStatesValues)[number];

@@ -43,3 +43,3 @@ "use strict";

var createBotSchema = function (_a) {
var _b = _a === void 0 ? {} : _a, _c = _b.mainBotUsername, mainBotUsername = _c === void 0 ? '' : _c;
var _b = _a === void 0 ? {} : _a, _c = _b.env, env = _c === void 0 ? index_1.defaultNodeEnv : _c, _d = _b.mainBotUsername, mainBotUsername = _d === void 0 ? '' : _d;
return ({

@@ -106,3 +106,3 @@ token: {

required: false,
default: index_1.defaultChatChangeCount,
default: ['staging', 'production'].includes(env) ? index_1.defaultChatChangeCountProd : index_1.defaultChatChangeCount,
type: Number,

@@ -109,0 +109,0 @@ },

@@ -13,3 +13,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rarities = exports.miniGamesInfo = exports.premiumGameKeys = exports.miniGamesKeys = exports.gamesInfo = exports.gamesCountPerWeek = exports.gamesCount = exports.gamesKeys = exports.horses = exports.subscriptionDurationsValues = exports.gameStatesValues = exports.banTypes = exports.defaultLangCode = exports.maxAddTime = exports.defaultChatChangeCount = exports.defaultRespectCountProd = exports.defaultRespectCount = exports.defaultTokensCountProd = exports.defaultTokensCount = exports.achievements = exports.subscriptionTypes = exports.paymentProviders = exports.paymentStatuses = exports.defaultNodeEnv = void 0;
exports.rarities = exports.miniGamesInfo = exports.premiumGameKeys = exports.miniGamesKeys = exports.gamesInfo = exports.gamesCountPerWeek = exports.gamesCount = exports.gamesKeys = exports.horses = exports.subscriptionDurationsValues = exports.gameStatesValues = exports.banTypes = exports.defaultLangCode = exports.maxAddTime = exports.defaultChatChangeCountProd = exports.defaultChatChangeCount = exports.defaultRespectCountProd = exports.defaultRespectCount = exports.defaultTokensCountProd = exports.defaultTokensCount = exports.achievements = exports.subscriptionTypes = exports.paymentProviders = exports.paymentStatuses = exports.defaultNodeEnv = void 0;
exports.defaultNodeEnv = 'production';

@@ -24,3 +24,4 @@ exports.paymentStatuses = ['success', 'pending', 'failed', 'cancelled'];

exports.defaultRespectCountProd = 50;
exports.defaultChatChangeCount = 2;
exports.defaultChatChangeCount = 99999999;
exports.defaultChatChangeCountProd = 2;
exports.maxAddTime = 99999999999999;

@@ -33,3 +34,3 @@ exports.defaultLangCode = 'ru';

exports.gamesKeys = [
'magic',
// 'magic',
'pandora',

@@ -47,18 +48,18 @@ 'kong',

exports.gamesInfo = {
magic: {
settings: {
timeoutBeforeReply: {
default: 20,
min: 2,
max: 120,
},
emojiPack: {
default: [
['🧞‍♂️', '🧜🏽‍♀️', '🧚🏻‍♀️', '🧌', '🧙🏻‍♀️', '🧝🏻‍♀️'],
['🦧', '🦂', '🐍', '🕷️', '🐙', '🦄'],
['🔱', '🪄', '🎉', '🔮', '🪬', '🏵️'],
],
},
},
},
// magic: {
// settings: {
// timeoutBeforeReply: {
// default: 20,
// min: 2,
// max: 120,
// },
// emojiPack: {
// default: [
// ['🧞‍♂️', '🧜🏽‍♀️', '🧚🏻‍♀️', '🧌', '🧙🏻‍♀️', '🧝🏻‍♀️'],
// ['🦧', '🦂', '🐍', '🕷️', '🐙', '🦄'],
// ['🔱', '🪄', '🎉', '🔮', '🪬', '🏵️'],
// ],
// },
// },
// },
pandora: {

@@ -65,0 +66,0 @@ settings: {

{
"name": "@boozybats/shared",
"version": "1.3.1",
"version": "1.3.2",
"description": "private shared package",

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc