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.3 to 1.0.4

.travis.yml

4

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

@@ -24,3 +24,3 @@ "contributors": [

"devDependencies": {
"catbox": "2.x.x",
"catbox": "3.x.x",
"lab": "3.x.x"

@@ -27,0 +27,0 @@ },

@@ -94,16 +94,2 @@ // Load modules

it('fails setting an item with very long ttl', function (done) {
var client = new Catbox.Client(Mongo);
client.start(function (err) {
var key = { id: 'x', segment: 'test' };
client.set(key, '123', Math.pow(2, 31), function (err) {
expect(err.message).to.equal('Invalid ttl (greater than 2147483647)');
done();
});
});
});
it('ignored starting a connection twice on same event', function (done) {

@@ -110,0 +96,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