🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@toss/utils

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toss/utils

1.6.1
latest
Source
npm
Version published
Weekly downloads
10K
84.91%
Maintainers
0
Weekly downloads
 
Created
Source

@toss/utils

@toss/utils is a package of utility functions which can be used in any environment, including React, Node.js, and Vanilla JS.

Deprecation Notice

Please note that @toss/utils is no longer being maintained. We've moved to a new package called es-toolkit, which provides clearer functionalities and better performance.

Installation

$ npm install @toss/utils
$ pnpm add @toss/utils
$ yarn add @toss/utils

Features

  • Some of the functions in the lodash library is reimplemented in modern JavaScript, thereby providing the same features but reducing bundle size.
  • It is tree-shakable, since it fully supports ECMAScript modules.
  • Functions have types in TypeScript, preventing runtime errors.
  • It includes many validation or formatting functions for several values.

FAQs

Package last updated on 24 Oct 2024

Did you know?

Socket

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.

Install

Related posts