Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
org.webjars.bowergithub.brightspaceui:text-input
Advanced tools
Polymer-based web component for D2L text inputs.
For further information on this and other Brightspace UI components, see the docs at ui.developers.brightspace.com.
d2l-text-input
can be installed from Bower:
bower install d2l-text-input
Include the webcomponents.js "lite" polyfill (for browsers who don't natively support web components), then import the component as needed:
<head>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../d2l-text-input/d2l-text-input.html">
</head>
Then use the <d2l-text-input>
custom element in your application.
<d2l-text-input name="myInput" value="input value"></d2l-text-input>
Many of the same attributes from native <input type="text">
are available:
<d2l-text-input disabled></d2l-text-input>
After cloning the repo, run npm install
to install dependencies.
If you don't have it already, install the Polymer CLI globally:
npm install -g polymer-cli
To start a local web server that hosts the demo page and tests:
polymer serve
To lint (eslint and Polymer lint):
npm run test:lint
To run unit tests locally using Polymer test:
polymer test --skip-plugin sauce
To lint AND run local unit tests:
npm test
FAQs
WebJar for d2l-text-input
We found that org.webjars.bowergithub.brightspaceui:text-input demonstrated a not healthy version release cadence and project activity because the last version was released 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.