Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
covid-data-monitor
Advanced tools
We Count Data Monitor project visualising Ontario Covid test centre data as accessible map
This package implements a map and query-based visualisation of data on Ontario COVID-19 assessment centre locations for project We Count.
It includes built-in data that merges the ODS assessment centre locations dataset with a mocked accessibility dataset for these assessment centres to visualize at [data/merged/output.csv].
After checking out this project, run npm install
.
The primary styling of this project is written in Sass. At development, to automatically watch changes in Scss files and compile into CSS files, run
npm run watch:scss
To manually compile Scss files into CSS files, run
npm run build:scss
To quickly see the interface in action, load index.html
from this directory in your browser from a local static HTTP server.
This index sources live data from the GitHub covid-assessment-centres repository.
This repository is a demonstration of Project WeCount's pluralistic data infrastructure, whose implementation and description can be seen at forgiving-data. This infrastructure allows data to be aggregated and merged from a variety of sources whilst tracking provenance. In order to test the provenance display of this interface (at the time of writing), you can scroll to "North York" in the list of cities in the left panel, and then select from the first couple of hospitals shown - the first hospital in the list, "North York General Hospital - Branson" should show up with stale (2020 provenance in the bottom right display pane, and others should show up with synthetic provenance.
To produce a rolled-up build suitable for deployment run
npm run build
To produce a build omitting the Infusion library, run
npm run build:noInfusion
The resulting build artefacts will be generated in directory build
, together with a self-test for the build in
build/index.html
.
To produce a fresh HTML build from a collection of SVG icon files held in src/img
, indexed by the file svgmap.json
, run
node buildSVG.js
This will produce output in buildSVG/svgIcons.html
which is automatically pasted into index.html
and the
bundled template in src/html/template.html
.
The project files may be linted by running npm run lint
.
Live designs for this work may be seen in Figma.
FAQs
We Count Data Monitor project visualising Ontario Covid test centre data as accessible map
The npm package covid-data-monitor receives a total of 0 weekly downloads. As such, covid-data-monitor popularity was classified as not popular.
We found that covid-data-monitor 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.