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.3.43 to 1.3.44

1

index.d.ts

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

seasonStartedAt: number;
seasonTopUsers: User[];
};

@@ -74,0 +75,0 @@ horsesInfo: {

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

respectBought: 0,
seasonStartedAt: 0,
seasonStartedAt: Date.now(),
},

@@ -307,2 +307,13 @@ type: {

},
seasonTopUsers: {
required: false,
default: [],
type: [
{
required: true,
type: mongoose_1.Schema.Types.ObjectId,
ref: 'user',
},
],
},
},

@@ -309,0 +320,0 @@ },

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

seasonStartedAt: number;
seasonTopUsers: User[];
};

@@ -48,0 +49,0 @@ horsesInfo: {

2

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