
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@utils-fns/utils
Advanced tools
 [](LICENSE) [](https://github.com/ccqueiroz/utils-fn)
The @utils-fns/utils library is being developed to be part of a larger library, @utils-fns, which is being developed with the aim of providing unified tools that facilitate programmers' daily tasks. Our motivation is to simplify common tasks, such as validators, value masking, classification, search and conversion methods, offering a comprehensive and efficient solution and making it possible to use this set of libraries in web - mobile - service environments.
@utils-fns/utils
library provides a wide range of methods to help with day-to-day programming:Module under construction
If you want to install the complete module, follow the documentation of the @utils-fns/utils-fns.
To install the @utils-fns/utils library: use your preferred package manager
yarn add @utils-fns/utils
or
npm install @utils-fns/utils
To access the features, just follow the example:
//ES6
import { utils } from "@utils-fns/utils";
//CommomJS
const { utils } = require("@utils-fns/utils");
Module under construction
This API is licensed MIT.
FAQs
 [](LICENSE) [](https://github.com/ccqueiroz/utils-fn)
The npm package @utils-fns/utils receives a total of 4 weekly downloads. As such, @utils-fns/utils popularity was classified as not popular.
We found that @utils-fns/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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.