Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@microsoft/atlas-js
Advanced tools
Scripts backing the Atlas Design System used by Microsoft's Developer Relations.
Welcome to TypeScript/JavaScript code backing the Atlas Design system. While Atlas endeavors to find CSS-only strategies for creating modern UI patterns, there are times when writing behavior code is necessary. These cases tend to fall into a one of several categories.
Install the @microsoft/atlas-js
package in your project's dependencies.
npm i @microsoft/atlas-js;
src
folderInclude the index file directly to add behaviors to your scripts.
import '@microsoft/atlas-js/src/index';
dist
folderimport '@microsoft/atlas-js/dist/index';
Or include a script tag to pull the built JavaScript from UNPKG.
<script src="https://unpkg.com/@microsoft/atlas-js@0.0.1/dist/index.js" type="module" defer>
FAQs
Scripts backing the Atlas Design System used by Microsoft's Developer Relations.
The npm package @microsoft/atlas-js receives a total of 10 weekly downloads. As such, @microsoft/atlas-js popularity was classified as not popular.
We found that @microsoft/atlas-js 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.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.