
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@oslo-flanders/html-generator
Advanced tools
Generates an HTML file using an OSLO webuniversum config
OSLO HTML GeneratorGiven an OSLO Webuniversum JSON file, this tool generates an HTML file with the HTML layout
npm install @oslo-flanders/html-generator
To use the service from the command line anywhere, you can install it globally.
npm install -g @oslo-flanders/html-generator
The service is executed from the CLI and expects the following parameters:
| Parameter | Description | Required | Possible values | 
|---|---|---|---|
| --input | The URL or local file path of an OSLO-webuniversum config | :heavy_check_mark: | |
| --output | The name of the output file | No, defaults to index.html | |
| --stakeholders | The URL or local file path to the stakeholders json | :heavy_check_mark: | |
| --metadata | The URL or local file path of the metadata config file | :heavy_check_mark: | |
| --specificationType | The type of specification | No, defaults to Vocabulary | ApplicationProfileorVocabulary | 
| --specificationName | Title of the document | No | |
| --language | The language in which the HTML file must be generated (labels) | :heavy_check_mark: | |
| --silent | Suppress log messages | No | trueorfalse(default) | 
| --templates | path to local folder containing different templates that can be used for extending the root template | ||
| --rootTemplate | Use a different template other than the default ones (ap2.j2 and voc2.j2) | No | 
For the application profile from OSLO we use a function to generate our anchor tags. The anchor tags are formed based on the available label of each entity and/or the available label of the property. If the label is not available, we use the URI of the entity or property. The final result gets encoded using the encodeURIComponent function. The function can be found here.
oslo-generator-html --input webuniversum-config.json --language nl --stakeholders stakeholders.json --metadata metadata.json
oslo-generator-html --input webuniversum-config.json --language nl --specificationType ApplicationProfile --specificationName "OSLO-Verkeersmetingen" --stakeholders stakeholders.json --metadata metadata.json
oslo-generator-html --input webuniversum-config.json --language nl --specificationType ApplicationProfile --specificationName "OSLO-Verkeersmetingen" --stakeholders stakeholders.json --metadata metadata.json
oslo-generator-html --input ./webuniversum-config.json --language nl --stakeholders ./stakeholders.json --metadata ./metadata.json --specificationName "OSLO-verkeersmetingen" --specificationType Vocabulary --templates ./templates --rootTemplate vrachtwagenParkeren-voc.njk
FAQs
Generates an HTML file using an OSLO webuniversum config
The npm package @oslo-flanders/html-generator receives a total of 148 weekly downloads. As such, @oslo-flanders/html-generator popularity was classified as not popular.
We found that @oslo-flanders/html-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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 researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.