Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
A javascript library for generating and sending metrics logging to a heka listener.
To run the test suite use:
$ npm test
You should see all tests pass with something that looks like this ::
> heka@0.2.0 test /Users/victorng/dev/heka-node
> jasmine-node tests
..........................................
Finished in 0.713 seconds
42 tests, 247 assertions, 0 failures
You can find a working HTTP echo server in the example directory. Just run make, and it will install heka from npm and start a webserver that emits heka messages for you.
$ cd example
$ make
npm install heka
npm WARN package.json heka_node_demo@0.2.0 No README.md file found!
npm http GET https://registry.npmjs.org/heka
npm http 200 https://registry.npmjs.org/heka
npm WARN engine heka@0.3.0: wanted: {"node":">=0.10.0"} (current:
{"node":"v0.8.10","npm":"1.1.62"})
npm http GET https://registry.npmjs.org/bytebuffer/1.3.6
[...lots of packages installing editted out here ...]
heka@0.3.0 node_modules/heka
├── underscore@1.4.4
├── bytebuffer@1.3.6 (long@1.1.2)
├── protobufjs@1.0.0-b4 (ascli@0.3.0)
└── superscore@0.3.4 (request@2.21.0)
node demo.js
myapp listening at http://0.0.0.0:8000
Go to http://localhost:8000/echo/foo to start sending heka messages over UDP to localhost:5565.
FAQs
A node.js client for Mozilla's Heka logging server
We found that heka 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.