Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@northeastern-web/global-elements
Advanced tools
Northeastern global elements built with Tailwind CSS and Alpine.js.
To build the project locally and prepare it for production use, run the following in the project's root directory:
npm install
npm run build
Note: To preview the Global Elements in your local development environment, ensure you have PHP configured on your machine:
php -S localhost:8080
develop
branch then create a new feature branch off of develop
with the issue number and title (e.g. git checkout develop && git checkout -b issue-1/remove-trailing-slash
)git push origin issue-1/remove-trailing-slash
)develop
branchThis repository follows the major.minor.patch
semantic versioning scheme.
To create a new release tag, run the following in the project's root directory: git tag -a v1.x.x -m "Release version x.x.x"
where x.x.x
is equal to the major.minor.patch
semantic version.
For minor fixes or patches (no new features, fixes to existing features only), increment the ending patch
version (e.g. v1.0.17
becomes v1.0.18
).
If there are large backwards-compatible (non-breaking) changes such as refactors or new features are being introduced, a new minor
version release tag should be created (e.g. v1.1.0
).
Large updates that are not backwards-compatible will require a major
release (e.g. v1.0.18
becomes v2.0.0
)
For up-to-date usage information, visit the kernl(ui) Global Elements documentation
FAQs
Northeastern global elements built with Tailwind CSS and Alpine.js.
We found that @northeastern-web/global-elements 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.