Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Bkb is a lightweight front-end framework. It is robust enough to be used in production, but the API is still not documented. And I will continue to redesign some part of the API until the version 1.0.0 will be published.
Bkb is a non-opinionated framework. It does almost nothing:
http
, router
, etc.);redux
, collections
& models
, …).To achieve these purposes, you will use the libraries you want.
Bkb will help you to organize your code in a fashion that each part of your program is self contained and reusable. We call that a component (it is not a Web component). At runtime, each instance of a component is located in a tree. Like the DOM elements and events, a component has the ability to emit and listen to events of its children, parents, etc.
This project is inspired from Backbone.js:
In an ecosystem where overarching, decides-everything-for-you frameworks are commonplace, and many libraries require your site to be reorganized to suit their look, feel, and default behavior — Backbone should continue to be a tool that gives you the freedom to design the full experience of your web application.
npm install bkb
Public domain.
© 2017-2018 Paleo; Released under the CC0 License.
FAQs
An Unopinionated JavaScript Framework for Front-end Applications.
We found that bkb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
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.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.