
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
A wrapper for the GLib library.
This module proxies the most useful GLib interfaces, most notably the Gio part, for use with JS.
This module can only run on OS that support the GLib library. It means that it can run on Linux machines with GNOME as a WM.
You will need GLib and Gio installed:
sudo apt-get install glibmm-2.4 giomm-2.4
npm install --save node-glib
cd node-glib/
npm install
npm test
TODO
All contributions are welcome! In order to have a consistent repo, we however ask you to comply to the following conventions whenever possible.
All commits should be tagged with emojis to make the commit list more readable.
Emoji | Commit content |
---|---|
:book: | Documentation updates |
:bug: | Bug fixes |
:ledger: | Rename/move files |
:bulb: | Features |
:lipstick: | Fix coding style |
Please use a branch name that differs from master
whenever possible,
when making pull requests, so that the network history is more
readable.
For example, if you wanted to fix the issue
"improve documentation", you could have
chosen the following branch name: improve-docs
.
Javascript can be authored by following a lot of different style guides but we decided to be a bit soft on that.
Just follow the conventions that are encoded into the .eslintrc
configuration file. By the way, be sure to check out ESLint,
which is a great toolable style checker.
parseInt()
calls.See LICENSE.
FAQs
A wrapper for the GLib library
The npm package node-glib receives a total of 4 weekly downloads. As such, node-glib popularity was classified as not popular.
We found that node-glib 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
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.