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 3.0.1-beta202403160123.0 to 3.0.1-beta202403160125.0

2

dist/lib/sarif-builder.js

@@ -14,3 +14,3 @@ "use strict";

this.log = {
$schema: 'http://json.schemastore.org/sarif-2.1.0-rtm.5.json',
$schema: 'http://json.schemastore.org/sarif-2.1.0.json',
version: '2.1.0',

@@ -17,0 +17,0 @@ runs: [],

{
"name": "node-sarif-builder",
"version": "3.0.1-beta202403160123.0",
"version": "3.0.1-beta202403160125.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: 'http://json.schemastore.org/sarif-2.1.0-rtm.5.json',
$schema: 'http://json.schemastore.org/sarif-2.1.0.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