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

node-simple-collectionmodel

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-simple-collectionmodel - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

3

lib/collectionModel.js

@@ -306,3 +306,3 @@ 'use strict';

async save($dataObject) {
async save($dataObject, $opts = {}) {
return new Promise(async (resolve, reject) => {

@@ -327,2 +327,3 @@ const { hrstart, runId } = util.startTimer();

lean: true,
...$opts,
};

@@ -329,0 +330,0 @@ const query = util.cleanObject({ id: dataObject.id });

{
"name": "node-simple-collectionmodel",
"description": "A simpel and nice collection model for mongoose stuff.",
"version": "1.3.4",
"version": "1.3.5",
"homepage": "https://github.com/5orenso/node-simple-collectionmodel",

@@ -6,0 +6,0 @@ "repository": {

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