Comparing version 0.9.0 to 0.9.1
0.9.1 / 2014-11-15 | ||
================== | ||
* update mongoskin to 1.4.4 | ||
0.9.0 / 2014-05-09 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "monk", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"main": "lib/monk.js", | ||
@@ -15,3 +15,3 @@ "tags": [ | ||
"dependencies": { | ||
"mongoskin": "1.4.1", | ||
"mongoskin": "1.4.4", | ||
"debug": "*", | ||
@@ -18,0 +18,0 @@ "mpromise": "0.5.1" |
@@ -377,3 +377,3 @@ /*global expect*/ | ||
expect(err).to.be(null); | ||
expect(num).to.be(undefined); | ||
expect(num).to.be(null); | ||
@@ -384,3 +384,3 @@ users.options.safe = true; | ||
expect(err).to.be(null); | ||
expect(num).to.be(undefined); | ||
expect(num).to.be(null); | ||
done(); | ||
@@ -387,0 +387,0 @@ }); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44891
0
+ Addedbson@0.2.8(transitive)
+ Addedmongodb@1.4.4(transitive)
+ Addedmongoskin@1.4.4(transitive)
+ Addednan@1.0.0(transitive)
- Removedbson@0.2.7(transitive)
- Removedmongodb@1.4.1(transitive)
- Removedmongoskin@1.4.1(transitive)
- Removednan@0.8.0(transitive)
Updatedmongoskin@1.4.4