Comparing version 1.0.0 to 1.0.1
@@ -10,3 +10,4 @@ const MongoClient = require('mongodb').MongoClient; | ||
} catch(e){ | ||
throw e | ||
log('failed to connect') | ||
return null | ||
} | ||
@@ -13,0 +14,0 @@ } |
{ | ||
"name": "mungu", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ const mungu = require('./index.js') | ||
}) | ||
await db.set('hi',{hi:'deee'}) | ||
await db.set('hi',{hi:'daaee'}) | ||
const d = await db.get('hi') | ||
@@ -17,0 +17,0 @@ console.log(d,typeof d) |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
3126
4
96
1
32