1.4.0 • Published 3 years ago

@rcmedeiros/prototypes v1.4.0

Weekly downloads
120
License
AGPL-3.0-or-later
Repository
github
Last release
3 years ago

@rcmedeiros/prototypes

CircleCI branch codecov Code Smells Maintainability Rating Reliability Rating Security Rating Quality Gate Status

General purpose JavaScript prototypes library.

Use it if you...

  • Must comply with OWASP or SANS and would avoid using any method which accept regular expressions as argument;
  • Customize dates representation but not that much to justify a heavy specialized package;
  • Do lots of Math functions;
  • 're just lazy :)

This package comes with no dependencies whatsoever. You'll only add the npm bundle size (scoped) from the source code.

The module comes with its Declaration File, meaning it can be imported seamlessly to a TypeScript project.

Install

npm install --save @rcmedeiros/prototypes

Usage

Just import it in the first module your package loads, maybe index.js/ts. No need to keep reference.

TypeScript typings are included.

import '@rcmedeiros/prototypes';

Reference

For detailed documentation, visit https://rcmedeiros.github.io/prototypes/

1.4.0

3 years ago

1.4.0-428

3 years ago

1.3.2

3 years ago

1.3.2-405

3 years ago

1.3.1

3 years ago

1.3.1-382

3 years ago

1.3.1-374

3 years ago

1.3.0

3 years ago

1.3.0-352

3 years ago

1.2.0-345

3 years ago

1.2.0

3 years ago

1.2.0-331

3 years ago

1.3.0-323

3 years ago

1.3.0-319

3 years ago

1.3.0-313

3 years ago

1.3.0-303

3 years ago

1.3.0-307

3 years ago

1.3.0-289

3 years ago

1.3.0-299

3 years ago

1.3.0-282

3 years ago

1.1.0

5 years ago

1.1.0-251

5 years ago

1.0.1-247

5 years ago

1.0.1-239

5 years ago

1.0.1-232

5 years ago

1.0.1

5 years ago

1.0.1-215

5 years ago

1.0.0-209

5 years ago

1.0.0-202

5 years ago

1.0.0-194

5 years ago

1.0.0

5 years ago

1.0.0-167

5 years ago

1.0.0-149

5 years ago

1.0.0-126

5 years ago

1.0.0-114

5 years ago