Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
generate-terriajs-schema
Advanced tools
Generates JSON schema files from TerriaJS source, used by DataSourceEditor (based on JSONEditor)
This utility scans the TerriaJS source code in order to build a JSON Schema that validates catalog "init" files. This has two purposes:
.../editor
)It uses JSdoc-style tags embedded as comments in the source code.
These class-level tags are supported:
@editortitle
(uses class name, munged, if not present)@editordescription
(uses JSdoc description, if not present)These property-level tags are supported:
@type
@editortype
(in same format as @type,
uses @type
if not present)@editordescription
@editorformat
(customising the choice of editor, eg tabs
, table
, checkbox
)@editoritemstype
(type of each thing in the array. Generally better to use @type {Number[]}
where possible.@editoritemstitle
(name of each thing in the array, like Filter
)@editoritemsdescription
(description of each thing in the array)generate-terriajs-schema v1.1.1
gen-schema [options] --source <dir> --dest <dir>
Options:
--source TerriaJS directory to scan. [default: "../terriajs"]
--minify Generate minified JSON
--dest Output directory [default: "./schema"]
--quiet Suppress non-error output. [boolean]
--editor Generates JSON-editor friendly version of schema. [boolean]
--noversionsubdir Don't add TerriaJS version as subdirectory. [boolean]
--help Show help [boolean]
FAQs
Generates JSON schema files from TerriaJS source, used by DataSourceEditor (based on JSONEditor)
The npm package generate-terriajs-schema receives a total of 47 weekly downloads. As such, generate-terriajs-schema popularity was classified as not popular.
We found that generate-terriajs-schema demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.