node-sarif-builder
Advanced tools
Comparing version 2.0.1-beta202201122126.0 to 2.0.1-beta202201122146.0
@@ -7,2 +7,6 @@ # Changelog | ||
## [2.0.1] 2022-01-12 | ||
- Update JSON schema to <http://json.schemastore.org/sarif-2.1.0-rtm.5.json> | ||
## [2.0.0] 2022-01-12 | ||
@@ -9,0 +13,0 @@ |
@@ -14,3 +14,3 @@ "use strict"; | ||
this.log = { | ||
$schema: 'https://www.schemastore.org/schemas/json/sarif-2.1.0-rtm.5.json', | ||
$schema: 'http://json.schemastore.org/sarif-2.1.0-rtm.5.json', | ||
version: '2.1.0', | ||
@@ -17,0 +17,0 @@ runs: [] |
{ | ||
"name": "node-sarif-builder", | ||
"version": "2.0.1-beta202201122126.0", | ||
"version": "2.0.1-beta202201122146.0", | ||
"description": "Module to help building SARIF log files", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -16,3 +16,3 @@ import * as path from 'path' | ||
log: Log = { | ||
$schema: 'https://www.schemastore.org/schemas/json/sarif-2.1.0-rtm.5.json', | ||
$schema: 'http://json.schemastore.org/sarif-2.1.0-rtm.5.json', | ||
version: '2.1.0', | ||
@@ -19,0 +19,0 @@ runs: [] |
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
351818
337871
60
5014