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

catbox-mongodb

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catbox-mongodb - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

examples/mongo.js

@@ -5,3 +5,3 @@ // After starting this example load http://localhost:8080 and hit refresh, you will notice that it loads the response from cache for the first 5 seconds and then reloads the cache

var Catbox = require('../');
var Catbox = require('catbox');
var Http = require('http');

@@ -60,7 +60,6 @@

var options = {
engine: 'catbox-mongodb',
partition: 'examples'
};
internals.client = new Catbox.Client(options);
internals.client = new Catbox.Client(require('../'), options); // Replace require('../') with 'catbox-mongodb' in your own code
internals.client.start(callback);

@@ -67,0 +66,0 @@ };

2

package.json
{
"name": "catbox-mongodb",
"description": "MongoDB adapter for catbox",
"version": "1.0.1",
"version": "1.0.2",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",

@@ -6,0 +6,0 @@ "contributors": [

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