New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongoose-create-hooks

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-create-hooks

Add hooks triggerable upon original document save

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

mongoose-create-hooks

Plugin para Mongoose que permite generar hooks ejecutables cuando un nuevo documento es creado, y guardado subsiguientemente en MongoDB, distinguiendo con ello de los hooks post('save') y pre('save'), que son lanzados siempre que se produzca una accion de guardado, ya sea primigenia (sobre un nuevo objeto) o ulterior (sobre documentos antiguos).

Instalacion

npm install --save mongoose-create-hooks

Uso

//TODO

Creditos

Este plugin se basa en el trabajo realizado por Hackey en su captain-hook.

Keywords

FAQs

Package last updated on 05 Oct 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc