mongoose-immutable-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mongoose-immutable-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Immutable fields plugin for mongoose", | ||
@@ -27,2 +27,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -39,3 +39,3 @@ # Mongoose immutable fields plugin | ||
SimpleFieldSchema.plugin(require('mongoose-immutable-fields')); | ||
SimpleFieldSchema.plugin(require('mongoose-immutable-plugin')); | ||
``` | ||
@@ -59,3 +59,3 @@ | ||
NestedFieldSchema.plugin(require('mongoose-immutable-fields')); | ||
NestedFieldSchema.plugin(require('mongoose-immutable-plugin')); | ||
``` | ||
@@ -81,3 +81,3 @@ | ||
ArrayFieldSchema.plugin(require('mongoose-immutable-fields')); | ||
ArrayFieldSchema.plugin(require('mongoose-immutable-plugin')); | ||
``` | ||
@@ -122,3 +122,3 @@ | ||
MixedImmutabilitySchema.plugin(require('mongoose-immutable-fields')); | ||
MixedImmutabilitySchema.plugin(require('mongoose-immutable-plugin')); | ||
``` | ||
@@ -125,0 +125,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
29847