
Security News
GitHub Actions Supply Chain Attack Puts Thousands of Projects at Risk
A compromised GitHub Action exposed secrets in CI/CD logs, putting thousands of projects at risk and forcing developers to urgently secure their workflows.
d2l-hypermedia-constants
Advanced tools
Library of constants for communicating with D2L's Hypermedia APIs
Library of constants useful when using hypermedia.
d2l-hypermedia-constants
can be installed from NPM:
npm install --save d2l-hypermedia-constants
const hypermediaConstants = require('d2l-hypermedia-constants');
console.log(hypermediaConstants.Actions);
console.log(hypermediaConstants.Classes);
console.log(hypermediaConstants.Rels);
import {Actions, Classes, Rels} from 'd2l-hypermedia-constants';
console.log(Actions);
console.log(Classes);
console.log(Rels);
<script type="module" src="../d2l-hypermedia-constants/d2l-hypermedia-constants.js"></script>
<script>
console.log(D2L.Hypermedia.Actions);
console.log(D2L.Hypermedia.Classes);
console.log(D2L.Hypermedia.Rels);
</script>
The incremental-release GitHub Action is called from the release.yml
GitHub Action workflow to handle version changes and releasing.
When a PR is merged, a minor version bump will happen automatically, a release will be created, and the new version will be published to NPM.
See the Best Practices & Style Guide for information on naming conventions, plus information about the EditorConfig rules used in this repo.
FAQs
Library of constants for communicating with D2L's Hypermedia APIs
The npm package d2l-hypermedia-constants receives a total of 6,443 weekly downloads. As such, d2l-hypermedia-constants popularity was classified as popular.
We found that d2l-hypermedia-constants 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
A compromised GitHub Action exposed secrets in CI/CD logs, putting thousands of projects at risk and forcing developers to urgently secure their workflows.
Research
Security News
A malicious Maven package typosquatting a popular library is secretly stealing OAuth credentials on the 15th of each month, putting Java developers at risk.
Security News
Socket and Seal Security collaborate to fix a critical npm overrides bug, resolving a three-year security issue in the JavaScript ecosystem's most popular package manager.