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.26 to 1.3.27

3

index.d.ts

@@ -262,3 +262,4 @@ import { Document as Document_2 } from 'mongoose';

state: GameState;
limit: number;
messageLimit: number;
invitesLimit: number;
timeout: number;

@@ -265,0 +266,0 @@ announceMessage: string | null;

@@ -207,3 +207,4 @@ "use strict";

state: 'none',
limit: 0,
messageLimit: 0,
invitesLimit: 0,
timeout: 0,

@@ -230,6 +231,10 @@ announceMessage: null,

},
limit: {
messageLimit: {
required: true,
type: Number,
},
invitesLimit: {
required: true,
type: Number,
},
timeout: {

@@ -236,0 +241,0 @@ required: true,

{
"name": "@boozybats/shared",
"version": "1.3.26",
"version": "1.3.27",
"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