snyk-go-plugin
Advanced tools
Comparing version 1.3.7 to 1.3.8
@@ -172,3 +172,3 @@ var fs = require('fs'); | ||
var children = graph.successors(node.Name); | ||
var children = graph.successors(node.Name).sort(); | ||
children.forEach(function (depName) { | ||
@@ -175,0 +175,0 @@ |
@@ -16,3 +16,3 @@ { | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"watch": "nodemon -e 'js go' -x 'npm test-functional'" | ||
"watch": "nodemon -e 'js go' -x 'npm run test-functional'" | ||
}, | ||
@@ -31,3 +31,3 @@ "author": "snyk.io", | ||
}, | ||
"version": "1.3.7" | ||
"version": "1.3.8" | ||
} |
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
19272
7