
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
sn-project
Advanced tools
Export files (records extending sys_metadata) from Service-Now to a nodejs like project on disk.
Inspired by jmbauguess/ServiceNowScriptDocumenter
Add the table-name (ClassName) to config/entities.json in following format:
{
"sys_variable_value": { // table-name
"name": "Values", // display name (used for folder name)
"key": "<document_key!dv>", // the file name
"alias": ["sysauto_script", "wf_workflow_schedule"], // extending tables with the same rule
"json": true, // export file as json
"query": "variable.internal_type=script^ORvariable.internal_type=script_plain^ORvariable.internal_type=script_server", // filter on the objects
"fields": {
"value": ".js" // fields to be exported
},
"subDirPattern": "<document>" // additional sub-directory
}
}
take first not null value
<cat_item|variable_set>
displayValue of the field
<cat_item!dv>
optional displayValue of the field
<cat_item!dv?>
optional field
<cat_variable?>
default 'global' if empty
<table|'global'>
By default files from ./default-templates are copied into target nodejs project. If you require a different gulp plan, point to custom files by passing a templateDir on init of the module.
Changes are tracked via MD5 hash of file and saved to embedded nedb. Files on disk are only updated if relevant fields have changed.
FAQs
Replicate records from Service-Now to local disk
The npm package sn-project receives a total of 147 weekly downloads. As such, sn-project popularity was classified as not popular.
We found that sn-project demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.