Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sebgroup/frontend-tools

Package Overview
Dependencies
Maintainers
4
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

  • 2.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
201
increased by35.81%
Maintainers
4
Weekly downloads
 
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

FAQs

Package last updated on 20 Jul 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc