Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@boozybats/shared

Package Overview
Dependencies
Maintainers
0
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.6.6 to 1.6.7

6

index.d.ts

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

}[];
utm?: {
source: string;
};
moderation: {
isInterruptedChecked: boolean;
};
createdAt: number;

@@ -824,0 +830,0 @@ }

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

},
utm: {
required: false,
default: null,
type: {
source: {
required: true,
type: String,
},
},
},
moderation: {
required: false,
default: {
isInterruptedChecked: false,
},
type: {
isInterruptedChecked: {
required: true,
default: false,
type: Boolean,
},
},
},
createdAt: {

@@ -737,0 +760,0 @@ type: Number,

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

}[];
utm?: {
source: string;
};
moderation: {
isInterruptedChecked: boolean;
};
createdAt: number;
}

2

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