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.
@hotosm/id
Advanced tools
:warning: We've recently changed our branch names. develop
is now the default branch, replacing 2.x
. v3-prototype
is now the alpha version of iD v3, replacing master
. release
is still release
.
Watch the video from our talk at State of the Map US 2019 to learn more about the current status of iD and our goals for v3.
release
branch: https://preview.ideditor.com/releasedevelop
branch + latest translations: https://ideditor.netlify.comv3-prototype
branch: https://preview.ideditor.com/masterCome on in, the water's lovely. More help? Ping bhousel
or quincylvania
on:
#id
or #general
channels)irc.oftc.net
, in #osm-dev
or #osm
)dev
mailing listgit
for your platform
$HOME\.gitconfig
:[core] autocrlf = input
Note: Windows users should run these steps in a shell started with "Run as administrator". This is only necessary the first time so that the build process can create symbolic links.
To run the current development version of iD on your own computer:
The repository is reasonably large, and it's unlikely that you need the full history (~200 MB). If you are happy to wait for it all to download, run:
git clone https://github.com/openstreetmap/iD.git
To clone only the most recent version, instead use a 'shallow clone':
git clone --depth=1 https://github.com/openstreetmap/iD.git
If you want to add in the full history later on, perhaps to run git blame
or git log
, run git fetch --depth=1000000
cd
into the newly cloned project foldernpm install
npm run all
npm start
http://localhost:8080/
in a web browserFor guidance on building a packaged version, running tests, and contributing to development, see CONTRIBUTING.md.
iD is available under the ISC License. See the LICENSE.md file for more details.
iD also bundles portions of the following open source software.
Initial development of iD was made possible by a grant of the Knight Foundation.
FAQs
A friendly editor for OpenStreetMap
The npm package @hotosm/id receives a total of 35 weekly downloads. As such, @hotosm/id popularity was classified as not popular.
We found that @hotosm/id demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.