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

relay-mongoose

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relay-mongoose - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

dist/index.d.ts

@@ -39,2 +39,2 @@ import { Document, DocumentQuery, FilterQuery } from 'mongoose';

}
export declare const findConnections: <DocType extends EnhancedDocument, QueryHelpers = {}>(documentQuery: DocumentQuery<DocType | DocType[], any, QueryHelpers> & QueryHelpers, { before, after, first, last }: PaginationArgs, projection?: any | null) => Promise<ConnectionDocuments<DocType>>;
export declare const findConnections: <DocType extends EnhancedDocument, QueryHelpers = {}>(documentQuery: DocumentQuery<DocType | DocType[], any, QueryHelpers>, { before, after, first, last }: PaginationArgs, projection?: any | null) => Promise<ConnectionDocuments<DocType>>;
{
"name": "relay-mongoose",
"version": "0.4.0",
"version": "0.4.1",
"repository": "https://github.com/wadamek65/relay-mongoose.git",

@@ -5,0 +5,0 @@ "author": "wadamek65 <wadamek65@gmail.com>",

@@ -138,3 +138,3 @@ import { Document, DocumentQuery, FilterQuery } from 'mongoose';

export const findConnections = async <DocType extends EnhancedDocument, QueryHelpers = {}>(
documentQuery: DocumentQuery<DocType | DocType[] | null, any, QueryHelpers> & QueryHelpers,
documentQuery: DocumentQuery<DocType | DocType[] | null, any, QueryHelpers>,
{ before, after, first, last }: PaginationArgs,

@@ -141,0 +141,0 @@ projection?: any | null

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