Comparing version 1.2.0 to 2.0.0
@@ -75,3 +75,3 @@ 'use strict'; | ||
return new Promise(function (resolve, reject) { | ||
return new Promise(function (resolve) { | ||
_this2.db.findAsync(query).then(function (results) { | ||
@@ -83,4 +83,2 @@ var tmp = []; | ||
resolve(tmp); | ||
})['catch'](function (err) { | ||
return reject(err); | ||
}); | ||
@@ -87,0 +85,0 @@ }); |
{ | ||
"name": "modli-nedb", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "Modli adapter for NeDB", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19310
10
123
2