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.
@machinomy/logger
Advanced tools
Machinomy logger. Works in browser and Node.
import Logger from '@machinomy/logger'
const LOG = new Logger('your-namespace')
LOG.info('This is info message')
LOG.warn('This is warn message')
LOG.error('This is error message')
LOG.fatal('This is fatal message')
LOG.debug('This is debug message')
LOG.trace('This is trace message')
import Logger from '@machinomy/logger'
const LOG = new Logger(
'your-namespace',
'LogDNA-Ingestion-Key-As-String', // Ingestion Key from "API Keys" section of LogDNA website
{ hostname: 'another-host' } // Any LogDNA for Node.js constructor options
)
LOG.info('This is info message')
LOG.warn('This is warn message')
LOG.error('This is error message')
LOG.fatal('This is fatal message')
LOG.debug('This is debug message')
LOG.trace('This is trace message')
For more LogDNA options see LogDNA for Node.js
DO NOT FORGET TO DEFINE "DEBUG=*" ENV VARIABLE!
IF YOU USE @machinomy/logger AT MULTIPLE LAYERS OF YOUR SOFTWARE - DO NOT FORGET TO DEFINE "DEBUG_DEPTH=10" ENV VARIABLE!
Web site: machinomy.com. Twitter: @machinomy. Support/Discussion: Gitter.
:exclamation: Please, pay attention, this package is the part of Machinomy Lerna Monorepo and it's intended to use with other monorepo's packages.
:no_entry: You should not git clone this repository alone
:white_check_mark: You should git clone the main repository via
git clone https://github.com/machinomy/machinomy.git
or
git clone git@github.com:machinomy/machinomy.git
For documentation, usage and contributing please see Machinomy Monorepo.
FAQs
Machinomy Logger
We found that @machinomy/logger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.