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

mongorito

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongorito - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

3

lib/mongorito.js

@@ -10,2 +10,3 @@ 'use strict';

const mongodb = require('mongodb');
const extend = require('class-extend').extend;
const result = require('lodash.result');

@@ -823,3 +824,5 @@ const clone = require('clone');

Model.extend = extend;
/**

@@ -826,0 +829,0 @@ * Expose Mongorito

3

package.json
{
"name": "mongorito",
"version": "1.4.3",
"version": "1.4.4",
"description": "ES6 generator-based MongoDB ODM. It rocks.",

@@ -8,2 +8,3 @@ "author": "Vadim Demedes <vdemedes@gmail.com>",

"array-generators": "^1.1.0",
"class-extend": "^0.1.2",
"clone": "^1.0.2",

@@ -10,0 +11,0 @@ "get-value": "^1.3.1",

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