ee-mysql-connection
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -148,2 +148,3 @@ !function(){ | ||
// if (results.insertId){ | ||
if (results.affectedRows !== undefined) { | ||
// insert | ||
@@ -154,4 +155,4 @@ callback(null, { | ||
}); | ||
// } | ||
// else callback(null, results); | ||
} | ||
else callback(null, results); | ||
} | ||
@@ -158,0 +159,0 @@ else callback(null, results); |
{ | ||
"name" : "ee-mysql-connection" | ||
, "description" : "mysql connection abstraction for ee-orm" | ||
, "version" : "0.1.6" | ||
, "version" : "0.1.7" | ||
, "homepage" : "https://github.com/eventEmitter/ee-mysql-connection" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
24862
659
0