mongoose-immutable-plugin
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "mongoose-immutable-plugin", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Immutable fields plugin for mongoose", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha './tests/immutable-plugin-tests.js' --exit" | ||
"test": "nyc --check-coverage --lines 85 mocha './tests/immutable-plugin-tests.js' --exit", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov -t" | ||
}, | ||
@@ -9,0 +10,0 @@ "repository": { |
@@ -5,3 +5,3 @@ # Mongoose immutable fields plugin | ||
Mongoose immutable fields plugin was born when I have hard time trying to guard a field from modifications after document creation. | ||
Mongoose immutable fields plugin was born when I had hard time trying to guard a field from modifications after document creation. | ||
I could not find something, which does that for me (maybe the mongoose concept in my head is wrong), but I had need of some way to | ||
@@ -8,0 +8,0 @@ protect my fields (from developers - myself included). |
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
91569
18