🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@secvisogram/csaf-validator-service

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secvisogram/csaf-validator-service - npm Package Compare versions

Comparing version
2.0.27
to
2.0.28
+1
-1
backend/lib/openApiInfo.js
export const openApiInfo = /** @type {const} */ ({
title: 'CSAF Validator Service',
version: '2.0.27',
version: '2.0.28',
description:

@@ -5,0 +5,0 @@ 'This is a service to validate documents against the CSAF standard.',

= CSAF Validator Service
secvisogram@bsi.bund.de
2.0.27
2.0.28
:toc: left

@@ -5,0 +5,0 @@ :numbered:

@@ -186,3 +186,3 @@ <!doctype html>

<div class="app-desc">Contact Info: <a href="secvisogram@bsi.bund.de">secvisogram@bsi.bund.de</a></div>
<div class="app-desc">Version: 2.0.27</div>
<div class="app-desc">Version: 2.0.28</div>
<div class="app-desc">BasePath:</div>

@@ -297,4 +297,5 @@ <div class="license-info">MIT</div>

<pre class="example"><code>{
"isValid" : true,
"tests" : [ {
"warnings" : [ {
"errors" : [ {
"instancePath" : "instancePath",

@@ -306,5 +307,3 @@ "message" : "message"

} ],
"isValid" : true,
"name" : "name",
"errors" : [ {
"warnings" : [ {
"instancePath" : "instancePath",

@@ -322,5 +321,7 @@ "message" : "message"

"message" : "message"
} ]
} ],
"isValid" : true,
"name" : "name"
}, {
"warnings" : [ {
"errors" : [ {
"instancePath" : "instancePath",

@@ -332,5 +333,3 @@ "message" : "message"

} ],
"isValid" : true,
"name" : "name",
"errors" : [ {
"warnings" : [ {
"instancePath" : "instancePath",

@@ -348,5 +347,6 @@ "message" : "message"

"message" : "message"
} ]
} ],
"isValid" : true
} ],
"isValid" : true,
"name" : "name"
} ]
}</code></pre>

@@ -353,0 +353,0 @@

@@ -40,3 +40,3 @@ {

},
"version": "2.0.27"
"version": "2.0.28"
}

Sorry, the diff of this file is too big to display