
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
whichx-utils
Advanced tools
Package, with tools designed to work with strings, numbers, and mathematics.
📦 WhichX-utils
A package, with tools designed to work with strings, numbers, and mathematics.
🚧 DEVELOPMENT!
Development is in full swing, wait for the results.
• From NPM:
npm install whichx-utils@latest
• From YARN:
yarn add whichx-utils@latest
For export and import to work, you need to write type="module"
in package.json
import { port } from "whichx-utils";
const body = port.default({
Types: [
{
port: 80
}
],
config: {}
});
console.log(body) // { type: "HTTP" }
import { MessageFrom } from "whichx-utils";
const body = MessageFrom("hello");
console.log(body) // Hello.
import { getLast } from "whichx-utils";
const body = ["hello", "bye"].getLast();
console.log(body) // bye
import { whileUtils } from "whichx-utils";
const body = whileUtils("url in google.com");
console.log(body) // ...
All documentation on methods, requests, and additional information is on the WHICHX-UTILS.
This information is distributed for informational purposes. We are not trying to offend anyone. For more information go to the file LICENSE.
😍 and more soon...
FAQs
Package, with tools designed to work with strings, numbers, and mathematics.
We found that whichx-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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.