@types/mongoose-aggregate-paginate-v2
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -12,3 +12,3 @@ // Type definitions for mongoose-aggregate-paginate-v2 1.0 | ||
declare module 'mongoose' { | ||
declare module "mongoose" { | ||
interface CustomLabels<T = string | undefined | boolean> { | ||
@@ -82,3 +82,3 @@ totalDocs?: T | undefined; | ||
import mongoose = require('mongoose'); | ||
import mongoose = require("mongoose"); | ||
declare function mongooseAggregatePaginate(schema: mongoose.Schema): void; | ||
@@ -85,0 +85,0 @@ export = mongooseAggregatePaginate; |
{ | ||
"name": "@types/mongoose-aggregate-paginate-v2", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "TypeScript definitions for mongoose-aggregate-paginate-v2", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongoose-aggregate-paginate-v2", | ||
}, | ||
"typesPublisherContentHash": "14aef98605c28f39a56a8cb8208130be21dbafc9c71e0e799977a49c5b525a0c", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "5710bcb401b003be5c7bbd095608f3ae22adea517451d04c642865f2d680c890", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 16 May 2023 11:32:53 GMT | ||
* Last updated: Wed, 27 Sep 2023 09:42:16 GMT | ||
* Dependencies: [@types/mongoose](https://npmjs.com/package/@types/mongoose) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5859