@types/mongoose-unique-validator
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,3 +5,3 @@ // Type definitions for mongoose-unique-validator 1.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.0 | ||
// Minimum TypeScript Version: 3.2 | ||
@@ -8,0 +8,0 @@ import { Schema } from "mongoose"; |
{ | ||
"name": "@types/mongoose-unique-validator", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "TypeScript definitions for mongoose-unique-validator", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +25,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "58c196238db80b2f566df486ce9797cc4a3d824d3c77784f87a91d60a0cd878f", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "0d2055ccedb4c3bf432767404f0c287c6385a51694b6e79a6a95f94f5cca35e9", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongoose-unique-validator | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongoose-unique-validator. | ||
Additional Details | ||
* Last updated: Thu, 03 Oct 2019 22:49:39 GMT | ||
* Dependencies: @types/mongoose | ||
### Additional Details | ||
* Last updated: Fri, 24 Apr 2020 22:49:27 GMT | ||
* Dependencies: [@types/mongoose](https://npmjs.com/package/@types/mongoose) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Steve Hipwell <https://github.com/stevehipwell>. | ||
These definitions were written by [Steve Hipwell](https://github.com/stevehipwell). |
Sorry, the diff of this file is not supported yet
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
3062