Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Mirageo is a JavaScript library for mocking populations. It exposes methods that can be used to generate random location data,
in the form of lat/lng objects. ({lat: -13.667, lng: 48.956}
)
You can also limit the extent of your population by bounding box or bounding polygon.
mirageo-server is a tiny local server that serves data created with Mirageo, and is a good tool if you plan on eventually requesting data from a server. It also creates a single source of data that can be shared between apps/instances.
mirageo-server provides an interface for manipulating/visualizing the data.
conjure(options)
import { conjure } from 'mirageo';
options = {
bound: [90, -180, -90, 180], // A bounding box, or a geoJSON polygon. Defaults to whole planet,
count: 100, // The amount of points to return
geojson: false // Return points as a geojson features.
};
var population = conjure(options); // [{lat: -13.667, lng: 48.956}, ...]
I'd like to create a stateful Mirageo object as well, and allow it to alter its state periodically to create motion. Users could subscribe to an event, or poll the object when they need to. This would mimick the movement of people/ships/anything.
FAQs
A library for creating fake populations.
The npm package mirageo receives a total of 9 weekly downloads. As such, mirageo popularity was classified as not popular.
We found that mirageo 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.