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

minimonk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimonk - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

2

lib/minimonk.d.ts

@@ -43,3 +43,3 @@ import { ICollection, IMonkManager } from "monk";

createIndex(index: Index): Promise<string>;
count(filter: FilterQuery<TSchema>, options?: MongoCountPreferences): Promise<number>;
count(filter?: FilterQuery<TSchema>, options?: MongoCountPreferences): Promise<number>;
exists(filter: FilterQuery<TSchema>): Promise<boolean>;

@@ -46,0 +46,0 @@ existsById(id: string | ObjectID): Promise<boolean>;

{
"name": "minimonk",
"version": "1.1.7",
"version": "1.1.8",
"description": "A tiny wrapper around monk",

@@ -5,0 +5,0 @@ "main": "lib/minimonk.js",

@@ -87,3 +87,3 @@ import monk, { ICollection, IMonkManager } from "monk";

count(
filter: FilterQuery<TSchema>,
filter?: FilterQuery<TSchema>,
options?: MongoCountPreferences

@@ -90,0 +90,0 @@ ): Promise<number> {

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