Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@gometro/mobility-observatory-visualization-module
Advanced tools
This README would normally document whatever steps are necessary to get your application up and running.
yarn install
yarn run storybook
Set up the Mobility Observatory Service- https://bitbucket.org/GoMetro/gometro-mobility-observatory-service/src/master/
Start the Mobility Observatory Service- See the service's read me
@todo add yarn link instructions
@todo add yarn instructions for react linking
To publish a new version...
npm version {major|minor|patch} -m "{change message here}"
yarn run build:publish
https://api.gometroapp.com
http://localhost:8080
If you want to use the API on a development machine or a custom domain set the below...
window.__MOBILITY_USE_DEV_API__ = true;
window.__MOBILITY_DEV_API__ = "your-custom-url-here"
Firstly, make sure you are on a branch named release/* (for example - release/5.0.0)
Then, run the tag script with the relevant change
./tag.sh minor
See more about semantic versioning here - https://semver.org/
Valid options are: major | minor | patch
Then push both the commit and tag up to the repository
git push
git push --tags
And wait for CI/CD to publish the new npm package :)
FAQs
This README would normally document whatever steps are necessary to get your application up and running.
We found that @gometro/mobility-observatory-visualization-module 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.