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.4.4 to 1.4.5

3

index.d.ts

@@ -101,2 +101,4 @@ import { Document as Document_2 } from 'mongoose';

deleteAnnounces: boolean;
autoAnnounces: boolean;
minimalisticAnnounces: boolean;
botProtection: boolean;

@@ -275,2 +277,3 @@ placeholders: {

announceMessage: string | null;
autoAnnounced: boolean;
isChannel: boolean;

@@ -277,0 +280,0 @@ listMessageId: number | null;

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

announceMessage: null,
autoAnnounced: false,
listMessageId: null,

@@ -257,2 +258,7 @@ messageThreadId: null,

},
autoAnnounced: {
required: false,
default: false,
type: Boolean,
},
listMessageId: {

@@ -407,2 +413,4 @@ required: false,

deleteAnnounces: false,
autoAnnounces: true,
minimalisticAnnounces: false,
botProtection: false,

@@ -451,2 +459,12 @@ placeholders: {

},
autoAnnounces: {
required: false,
default: true,
type: Boolean,
},
minimalisticAnnounces: {
required: false,
default: false,
type: Boolean,
},
botProtection: {

@@ -453,0 +471,0 @@ required: false,

@@ -75,2 +75,4 @@ import { Document } from 'mongoose';

deleteAnnounces: boolean;
autoAnnounces: boolean;
minimalisticAnnounces: boolean;
botProtection: boolean;

@@ -77,0 +79,0 @@ placeholders: {

2

package.json
{
"name": "@boozybats/shared",
"version": "1.4.4",
"version": "1.4.5",
"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