mongoose-beautiful-unique-validation
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "mongoose-beautiful-unique-validation", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A Mongoose plugin that beautifies errors that are triggered on duplicate insertion", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,2 +6,5 @@ # mongoose-beautiful-unique-validation | ||
[![npm version](https://img.shields.io/npm/v/mongoose-beautiful-unique-validation.svg?style=flat-square)](https://www.npmjs.com/package/mongoose-beautiful-unique-validation) | ||
[![npm downloads](https://img.shields.io/npm/dm/mongoose-beautiful-unique-validation.svg?style=flat-square)](https://www.npmjs.com/package/mongoose-beautiful-unique-validation) | ||
Mongoose allows you to define an unique index on a Schema's path, like this: | ||
@@ -8,0 +11,0 @@ |
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
10514
156