
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@infini-dev/logging
Advanced tools
Infinisoft Dev is a set of developer's design patterns, scripts, templates and tools to make our lives easier and go faster. Faster, close to the speed of light!
Logger with an adapter for console log..
Common use case
Any output. For example, we use it to ouput data on external source like Sentry or Logrocket.
Run of one these command to install.
$ npm i @infini-dev/logging
or
$ yarn add @infini-dev/slogging
Output all level.
import {storage} from '@infini-dev/logging'
const {error} = logging()
const saveDocument = (path: string, changes: string) => {
// ... Implementation
error("Failed to save..")
// ... Implementation
}
Down the road requirement changes. You need to provide more output with multiple source. No problem, change the adaptor for another stoage without any changes to the implementation.
import {storage} from '@infini-dev/storage'
import {storageAdapterNode} from "@inifni-dev/storage/nodejs"
import {storageAdaperSentry} from "@infini-dev/sentry"
const _storage = storage([storageAdapterNode, storageAdaperSentry])
const saveDocument = (path: string, changes: string) => {
// Same implementation
storage.write(path, changes)
}
More details on www.infini-soft.com
Code for buck. You want to contribute? We will PAY for it! We are looking for collaborators to speed our eco system's development.
Powered 🚀 by Infinisoft Inc.
Wanna code the future? Come with us [https://www.infini-soft.com]
FAQs
Logging Abstraction with an adapter for console.
The npm package @infini-dev/logging receives a total of 0 weekly downloads. As such, @infini-dev/logging popularity was classified as not popular.
We found that @infini-dev/logging 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.