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.5.11 to 1.5.12

1

index.d.ts

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

isDefault: boolean;
isSctrictSearch: boolean;
schedule: TriggerSchedule | null;

@@ -657,0 +658,0 @@ }

@@ -51,2 +51,7 @@ "use strict";

},
isSctrictSearch: {
type: Boolean,
required: false,
default: true,
},
schedule: {

@@ -53,0 +58,0 @@ required: false,

@@ -27,3 +27,4 @@ import { Document } from 'mongoose';

isDefault: boolean;
isSctrictSearch: boolean;
schedule: TriggerSchedule | null;
}

2

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