Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongoose-immutable-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-immutable-plugin - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.nyc_output/79bbbbd7-92a6-4d54-b8a6-10c6de89eafb.json

5

package.json
{
"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": {

2

Readme.md

@@ -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).

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc