
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
denmark-dawa-signature
Advanced tools
Get signature information for the DAWA replication tables.
Get signature information for the DAWA replication tables
npm install denmark-dawa-signature
signature = require('denmark-dawa-signature')
DAWA (Danmarks Adressers Web API) is a service provided by the danish government, which exposes multiply APIs for getting address related information. The service supports replication of its tables, this module exposes information about those tables.
signature(function (err, schema) {
if (err) throw err;
schema.postnumre = {
"name": "postnumre",
"source": "http://dawa.aws.dk/replikering/postnumre",
"schema": {
"nr": {
"name": "nr",
"description": "Unik identifikation af det postnummeret. Postnumre fastsættes af Post Danmark. Repræsenteret ved fire cifre. Eksempel: ”2400” for ”København NV”.",
"type": "string",
"required": true,
"postgresql": "INTEGER",
"primary": true,
"deprecated": false
},
"navn": {
"name": "navn",
"description": "Det navn der er knyttet til postnummeret, typisk byens eller bydelens navn. Repræsenteret ved indtil 20 tegn. Eksempel: ”København NV”.",
"type": "string",
"required": true,
"postgresql": "VARCHAR(20)",
"primary": false,
"deprecated": false
},
"stormodtager": {
"name": "stormodtager",
"description": "Hvorvidt postnummeret er en særlig type, der er tilknyttet en organisation der modtager en større mængde post.",
"type": "boolean",
"required": true,
"postgresql": "BOOLEAN",
"primary": false,
"deprecated": false
}
}
};
});
I made a pull request to DAWA that exposes this information. The schema can now be found on http://dawa.aws.dk/replikeringdok/schema.json.
FAQs
Get signature information for the DAWA replication tables.
The npm package denmark-dawa-signature receives a total of 11 weekly downloads. As such, denmark-dawa-signature popularity was classified as not popular.
We found that denmark-dawa-signature demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.