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

co-mongo2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-mongo2 - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

9

lib/collection.js

@@ -28,2 +28,3 @@

'insert',
'insertOne',
'remove',

@@ -39,2 +40,5 @@ 'save',

'findOne',
'findOneAndDelete',
'findOneAndUpdate',
'findOneAndReplace',
'createIndex',

@@ -54,3 +58,6 @@ 'ensureIndex',

'aggregate',
'stats'
'stats',
'update',
'updateMany',
'updateOne'
];

@@ -57,0 +64,0 @@

2

package.json
{
"name": "co-mongo2",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

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

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