Socket
Socket
Sign inDemoInstall

adminmate-express-mongoose

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adminmate-express-mongoose - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

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

@@ -5,0 +5,0 @@ "author": "Marc Delalonde",

@@ -49,3 +49,3 @@ const mongoose = require('mongoose');

// If the filter do not pass, remove the smart actions from the list
if (sa.filter(item) === false) {
if (typeof sa.filter === 'function' && sa.filter(item) === false) {
_.remove(smartActionsCopy, { code: sa.code });

@@ -52,0 +52,0 @@ }

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