New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.1.2-alpha202201101920.0 to 0.1.2-alpha202201102014.0

2

dist/lib/sarif-result-builder.d.ts

@@ -15,3 +15,3 @@ import { ArtifactLocation, Region, Result } from "sarif";

endColumn?: number;
}): void;
}): this;
setLevel(level: Result.level): void;

@@ -18,0 +18,0 @@ setMessageText(message: string): void;

@@ -37,2 +37,3 @@ "use strict";

}
return this;
}

@@ -39,0 +40,0 @@ setLevel(level) {

@@ -11,3 +11,3 @@ import { ReportingDescriptor } from "sarif";

helpUri?: string;
}): void;
}): this;
setRuleId(ruleId: string): void;

@@ -14,0 +14,0 @@ setShortDescriptionText(shortDescriptionText: string): void;

@@ -30,2 +30,3 @@ "use strict";

}
return this;
}

@@ -32,0 +33,0 @@ setRuleId(ruleId) {

@@ -11,3 +11,3 @@ import { Run } from "sarif";

url?: string;
}): void;
}): this;
addRule(sarifRuleBuilder: SarifRuleBuilder): void;

@@ -14,0 +14,0 @@ addResult(sarifResultBuilder: SarifResultBuilder): void;

@@ -27,2 +27,3 @@ "use strict";

}
return this;
}

@@ -29,0 +30,0 @@ addRule(sarifRuleBuilder) {

{
"name": "node-sarif-builder",
"version": "0.1.2-alpha202201101920.0",
"version": "0.1.2-alpha202201102014.0",
"description": "Module to help building SARIF log files",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -51,2 +51,3 @@ import { ArtifactLocation, Region, Result } from "sarif";

}
return this;
}

@@ -53,0 +54,0 @@

@@ -39,2 +39,3 @@ import { ReportingDescriptor } from "sarif";

}
return this;
}

@@ -41,0 +42,0 @@

@@ -34,2 +34,3 @@ import { Run } from "sarif";

}
return this;
}

@@ -36,0 +37,0 @@

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