
Security News
OpenGrep Restores Fingerprinting in JSON and SARIF Outputs
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
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
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.