Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@gravity-ui/nodekit
Advanced tools
NodeKit is a simple toolkit for your Node.js apps, scripts and libraries. It provides functionality for logging, telemetry, configuration and error handling, so you can have familiar foundation in your different projects.
Add dependency to your project:
npm install --save @gravity-ui/nodekit
And then import and init NodeKit in your application:
import {NodeKit} from '@gravity-ui/nodekit';
const nodeKit = new NodeKit();
nodekit.ctx.log('App is ready');
See docs/
directory for additional documentation:
docs/configuration.md
specifies how you can configure both nodekit itself and your nodekit-based applicationsdocs/contexts.md
describes concept of NodeKit contexts, logging and tracingdocs/app-error.md
contains description of useful custom error class they NodeKit provides for your applicationsdocs/utils.md
lists some additional helper functions that are bundled with NodeKitGrab a copies of NodeKit repository and example applications:
git clone git@github.com:gravity-ui/nodekit
git clone git@github.com:gravity-ui/nodekit-examples
Link your nodekit to npm and start a compiler:
cd nodekit && npm link && npm run dev
Then, in another terminal, go to examples, open the one that you're interested in, link your nodekit there, then start the app:
cd nodekit-examples/basic-app && npm i && npm link @gravity-ui/nodekit
npm run dev
At this point you can make changes both to NodeKit and demo app, and see results in real time.
FAQs
Simple toolkit for your Node.js apps and scripts
We found that @gravity-ui/nodekit 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.