
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
unisoft-utils
Advanced tools

This package is a part of the UniSoft project, a powerful website builder. UniSoft Utils is a collection of utility functions designed to expedite the development process. These utilities have been carefully extracted from the main project to benefit the wider development community. They offer a variety of functionalities such as managing strings, arrays, objects, as well as filtering and recursive operations.
One of the standout features of this package is its powerful conditional logic which is extremely versatile and can be used for classNames, attributes, properties, and more.
UniSoft Scripts comes with a unique feature that allows conditional logic to be applied in a versatile way. This feature can be used for controlling classNames, attributes, properties and much more. You can provide conditions as simple strings and optionally specify the expected true and false values. You can also provide an object containing data to be used in evaluating these conditions.
To install the package, run:
npm install unisoft-utils
Or
yarn add unisoft-utils
Here is how you can import the functionalities:
import * as Setters from 'unisoft-utils/setters';
import * as Getters from 'unisoft-utils/getters';
import { Filters } from 'unisoft-utils';
const data = { key1: 'value1', key2: 'value2' }; const keys = ['key1']; const filteredData = Filters.sanitizeWithKeys(data, keys);
We welcome contributions! Please read our Contributing Guide to learn about how you can contribute to this project.
This project is licensed under MIT License.
FAQs
Flexible & generic utility functions extracted from UniSoft project.
We found that unisoft-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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.