Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-sarif-builder

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sarif-builder - npm Package Compare versions

Comparing version 2.0.1-beta202201122126.0 to 2.0.1-beta202201122146.0

report/IDE-config.txt

4

CHANGELOG.md

@@ -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 @@

2

dist/lib/sarif-builder.js

@@ -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: []

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc