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.17 to 1.3.18

6

index.d.ts

@@ -116,2 +116,8 @@ import { Document as Document_2 } from 'mongoose';

notifyOnRestart: boolean;
infoGame: {
chance: {
bestUser: User;
score: number;
} | null;
};
createdAt: number;

@@ -118,0 +124,0 @@ }

@@ -601,2 +601,25 @@ "use strict";

},
infoGame: {
required: false,
default: {
chance: null,
},
type: {
chance: {
required: false,
default: null,
type: {
bestUser: {
required: true,
type: mongoose_1.Schema.Types.ObjectId,
ref: 'user',
},
score: {
required: true,
type: Number,
},
},
},
},
},
createdAt: {

@@ -603,0 +626,0 @@ type: Number,

@@ -90,3 +90,9 @@ import { Document } from 'mongoose';

notifyOnRestart: boolean;
infoGame: {
chance: {
bestUser: User;
score: number;
} | null;
};
createdAt: number;
}

2

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