Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5.22 to 1.5.23

1

index.d.ts

@@ -113,2 +113,3 @@ import { Document as Document_2 } from 'mongoose';

showCommands: boolean;
welcomeMessage: boolean;
showTips: boolean;

@@ -115,0 +116,0 @@ addBots: boolean;

@@ -424,2 +424,3 @@ "use strict";

invitesLimit: 0,
welcomeMessage: true,
showCommands: true,

@@ -459,2 +460,7 @@ showTips: true,

},
welcomeMessage: {
required: false,
default: true,
type: Boolean,
},
invitesLimit: {

@@ -461,0 +467,0 @@ required: false,

@@ -77,2 +77,3 @@ import { Document } from 'mongoose';

showCommands: boolean;
welcomeMessage: boolean;
showTips: boolean;

@@ -79,0 +80,0 @@ addBots: boolean;

2

package.json
{
"name": "@boozybats/shared",
"version": "1.5.22",
"version": "1.5.23",
"description": "private shared package",

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

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