
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
ddf-validation-ng
Advanced tools
npm install -g ddf-validation-ng
$ validate-ddf-ng -h
validate-ddf - DDF dataset validator
Usage: validate-ddf-ng [--no-warning] [PATH] [-m|--mode ARG]
[-p|--generate-datapackage]
validate DDF dataset at PATH (default to current working dir)
Available options:
--no-warning don't show warnings
PATH The dataset path to validate
-m,--mode ARG configure how validator find files (filenames or
datapackage, default filenames)
-p,--generate-datapackage
whether to generate a datapackage.json after
validation. (default false)
-h,--help Show this help text
There are 2 modes: filenames and datapackage. In filenames mode, the validator will enumerate all files in a given folder and try to find all the filenames that match ddf standard. In datapackage mode, the validator will read all files in the resources list in datapackage.json.
npm install -g purescript
npm install -g spago
npm install
spago install
npm run build
(which will run spago build
)npm run bundle-app
npm run bundle-module
npm publish
FAQs
DDF validion tool
The npm package ddf-validation-ng receives a total of 42 weekly downloads. As such, ddf-validation-ng popularity was classified as not popular.
We found that ddf-validation-ng demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.