Socket
Socket
Sign inDemoInstall

mongoose-date

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mongoose-date

Mongoose Plugin that saves creation and modification dates


Version published
Maintainers
1
Created

Readme

Source

Mongoose Date plugin

Travis CI

const date = require("rojo2-mongoose-date");
const password = require("rojo2-mongoose-password");
const {Schema} = require("mongoose");

const UserSchema = new Schema({
  email: {
    type: String,
    unique: true
  }
});

UserSchema.plugin(date);
UserSchema.plugin(password);

Made with ❤ by ROJO 2 (http://rojo2.com)

FAQs

Last updated on 13 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc