2.2.2 • Published 1 year ago

@sebgroup/frontend-tools v2.2.2

Weekly downloads
47
License
Apache-2.0
Repository
github
Last release
1 year ago

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

2.2.1

1 year ago

2.2.2

1 year ago

2.2.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.5

4 years ago

1.7.4

4 years ago

1.7.3

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago