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.3.8 to 1.3.9

2

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

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

@@ -17,3 +17,3 @@ const { intersection } = require('lodash');

const rowsPerPage = parseInt(req.query.rows || 10);
const defaultOrdering = [ ['_id', 'DESC'] ];
const defaultOrdering = [ ['_id', 'desc'] ];
const order = req.query.order || null;

@@ -20,0 +20,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