Socket
Socket
Sign inDemoInstall

adminmate-express-mongoose

Package Overview
Dependencies
107
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

4

package.json
{
"name": "adminmate-express-mongoose",
"version": "1.3.2",
"version": "1.3.3",
"description": "Adminmate Express/Mongoose connector",

@@ -26,3 +26,3 @@ "author": "Marc Delalonde",

"dependencies": {
"@hapi/joi": "^17.1.1",
"joi": "^17.6.0",
"adminmate-express-core": "~1.2.0",

@@ -29,0 +29,0 @@ "lodash": "^4.17.21",

@@ -1,2 +0,2 @@

const Joi = require('@hapi/joi');
const Joi = require('joi');

@@ -3,0 +3,0 @@ module.exports = async (currentModel, data) => {

@@ -1,2 +0,2 @@

const Joi = require('@hapi/joi');
const Joi = require('joi');
const fnHelper = require('../helpers/functions');

@@ -3,0 +3,0 @@

const Joi = require('@hapi/joi');
const Joi = require('joi');
const _ = require('lodash');

@@ -4,0 +4,0 @@ const moment = require('moment');

@@ -1,2 +0,2 @@

const Joi = require('@hapi/joi');
const Joi = require('joi');

@@ -3,0 +3,0 @@ module.exports = async (currentModel, data) => {

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