node-sarif-builder
Advanced tools
Comparing version 3.1.1-beta202406022247.0 to 3.1.1-beta202408212159.0
@@ -79,2 +79,3 @@ "use strict"; | ||
error = true; | ||
console.log('Error: ' + e.message); | ||
} | ||
@@ -81,0 +82,0 @@ t.assert(error === true, 'Error should have been triggered'); |
{ | ||
"name": "node-sarif-builder", | ||
"version": "3.1.1-beta202406022247.0", | ||
"version": "3.1.1-beta202408212159.0", | ||
"description": "Module to help building SARIF log files", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -130,2 +130,3 @@ import * as os from 'os'; | ||
error = true; | ||
console.log('Error: ' + e.message); | ||
} | ||
@@ -132,0 +133,0 @@ t.assert(error === true, 'Error should have been triggered'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
566363
4880