Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@instructure/ui-testable
Advanced tools
A UI component test utility made by Instructure Inc.
A decorator that adds a data-
attribute to the React component root node
to make it easier to test.
NOTE: by default, when NODE_ENV==='production' the data-
attributes will not be appended
(since they are specifically there for testing and appending them takes a non-trivial
amount of time at runtime, slowing things down for your actual users).
If you would like the data-cid
attributes on elements even in your production
builds (like if you are using them in your e2e builds or something),
you need to set the environment variable:
ALWAYS_APPEND_UI_TESTABLE_LOCATORS=1
npm install @instructure/ui-testable
FAQs
A UI component test utility made by Instructure Inc.
We found that @instructure/ui-testable demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 36 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.