Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
fundot-utils
Advanced tools
Utilities for the functional library Fundot
var utils = require('fundot-utils')
console.log(utils.isArrayLike({}))
console.log(utils.isObject([]))
console.log(utils.slice([1, 2, 3], 2))
console.log(utils.toArray(1))
$ node example/utils.js
false
false
[ 3 ]
[ 1 ]
var utils = require('fundot-utils')
Checks if the given argument is an array like object. If the argument contains a length property that's type is a number, it will return true.
Checks if the given argument is a true object. If the argument is a true object then it returns true.
Uses Array.prototype.slice directly.
Creates an array from given arguments and returns it.
With npm do:
npm install fundot-utils
MIT
FAQs
Fundot utilities
We found that fundot-utils 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.