Comparing version 1.2.0 to 2.0.0
@@ -183,3 +183,3 @@ "use strict"; | ||
if (a > b) { | ||
ret = 0; | ||
ret = -1; | ||
} else if (a < b) { | ||
@@ -231,2 +231,2 @@ ret = 1; | ||
} | ||
}).registerType("RollingFileAppender").as(module); | ||
}).registerType("RollingFileAppender").as(module); |
{ | ||
"name": "comb", | ||
"description": "A framework for node", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"keywords": [ | ||
@@ -42,4 +42,4 @@ "OO", | ||
"engines": { | ||
"node": ">= 4.0.0" | ||
"node": ">= 10.0.0" | ||
} | ||
} |
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
12312
0
1735521