Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-odm-callback

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-odm-callback - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

1

dist/MongoModel.js

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

this.remove = this.remove.bind(this);
this.aggregate = this.aggregate.bind(this);
}

@@ -45,0 +46,0 @@

2

package.json
{
"name": "mongodb-odm-callback",
"version": "0.1.3",
"version": "0.2.0",
"description": "MongoDB Object Document Mapping using Callback Pattern",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -25,2 +25,3 @@ 'use strict'

this.remove = this.remove.bind(this)
this.aggregate = this.aggregate.bind(this)
}

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