Socket
Socket
Sign inDemoInstall

monk

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monk - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

6.0.4 / 2017-09-11
=================
- Fix typescript types for `find` (fix #224)
6.0.3 / 2017-07-31

@@ -2,0 +6,0 @@ =================

4

index.d.ts

@@ -40,4 +40,4 @@ export = Monk

readonly dropIndexes: () => Promise<any>
readonly find: (query?: TQuery, options?: Object) => Promise<any> | Promise<void> & {
readonly each: (record: Object, cursor: {
readonly find: (query?: TQuery, options?: Object) => Promise<any[]> & {
readonly each: (record: any, cursor: {
readonly close: () => void,

@@ -44,0 +44,0 @@ readonly resume: () => void,

{
"name": "monk",
"description": "The wise MongoDB API",
"version": "6.0.3",
"version": "6.0.4",
"main": "lib/monk.js",

@@ -6,0 +6,0 @@ "types": "./index.d.ts",

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