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.
@microsoft/docs-markdown-editor
Advanced tools
Docs Markdown Editor is a rich web editor with markdown editing and WYSIWYG functionality to be plugged in to multiple authoring sites including Docs, Q&A, Renewal Asessments, and Self Assessments. The editor itself is built on top of the Stack Overflow Stacks Editor. This repos purpose is to build a rich editing experience without the overhead of docs-ui and create a light weight development experience for developing editors that will be plugged into the authoring sites above.
node --version
to check your installed version. Alternatively, install the Node Version Manager (NVM) for Windows, and run the following command to use Node 15: nvm use 15.7.0
.npm install
to install the required node modules.npm run start
/docs
/qna
/self-assessments
/renewal-assessments
localhost:1234/docs
or localhost:1234/renewal-assessments
for example.To test run npm run test
command to run the tests. NOTE: tests are to be created and will be implemented in the comming days.
Production builds can be created via the build command npm run build
The dist/index.js
contain the contents of the package.
Information that might help with working on any part of Docs can be found in the Contributor Guide. If you can't find what you're looking in there, try asking for help in Teams. If something should be added to the Contributor Guide, submit a PR!
FAQs
Docs Markdown Editor for markdown WYSIWYG editor
The npm package @microsoft/docs-markdown-editor receives a total of 18 weekly downloads. As such, @microsoft/docs-markdown-editor popularity was classified as not popular.
We found that @microsoft/docs-markdown-editor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.