
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.
@87f-/essentials
Advanced tools
Essentials I will use for basically any node project or package I make.
const esntls = require('@87f-/essentials')
A better version of the true library, except without the cli command. It is better because it follows the single responsibility principle better by using the true-value library.
const t = require('@87f-/essentials').returnTrue
const TRUE = t()
if (TRUE === true) {
console.log('hello world') // console: "hello world"
}
A better version of the false library, except without the cli command. It is better because it follows the single responsibility principle better by using the false-value library.
const f = require('@87f-/essentials').returnFalse
const FALSE = f()
if (f() === false) {
console.log('hello world') // console: "hello world"
}
The "tru" library.
const tru = require('@87f-/essentials').tru
const t = require('@87f-/essentials').returnTrue
const TRUE = t()
tru(TRUE)
.then(() => {
console.log('True!!!!') // console: "True!!!!"
})
.end();
The "while2" library.
const w2 = require('@87f-/essentials').w2
const t = require('@87f-/essentials').returnTrue
const TRUE = t()
new w2(TRUE)
.do(() => {
console.log('hi') // prints hi over and over again forever
})
.end()
tytytty
FAQs
Essentials I will use for basically any node project or package I make.
We found that @87f-/essentials 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.