🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@sebgroup/frontend-tools

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sebgroup/frontend-tools

A set of frontend tools

latest
Source
npmnpm
Version
2.2.2
Version published
Maintainers
3
Created
Source

Commitizen friendly semantic-release Coverage Status Dependabot Status npm version tree shakable

Frontend tools

A set of frontend utilities that can be used with any javascript application. It's lightweight and intuitive.

This library is tree-shakable 🎉.

Installation

npm

npm install @sebgroup/frontend-tools

yarn

yarn add @sebgroup/frontend-tools

Usage

Using isStrongPassword utility as an example, this is how you import it:

ES6

import { isStrongPassword } from "@sebgroup/frontend-tools";

ES5

const isStrongPassword = require("@sebgroup/frontend-tools");

How to contribute

Please read our contributing guildines

Documentation

For detailed documentation about these utilites please visit our wiki page

Keywords

frontend

FAQs

Package last updated on 16 Feb 2023

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