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

@fiquu/cl-rut

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiquu/cl-rut

Chilean RUT utils for Node.js and the browser.

Source
npmnpm
Version
3.0.2
Version published
Weekly downloads
12
500%
Maintainers
1
Weekly downloads
 
Created
Source

@fiquu/cl-rut

Build Status GitHub GitHub last commit npm (scoped) npm

Dependency-free, Chilean RUT utils for Node.js and browsers (transpiled).

Requirements

This library has been tested with Node.js v12.x and NPM v6.x.

Installation

npm i @fiquu/cl-rut

Usage

Node.js

Require or import it into you projects as '@fiquu/cl-rut':

const clRut = require('@fiquu/cl-rut');
import clRut  from '@fiquu/cl-rut';

Examples

import clRut  from '@fiquu/cl-rut';

const value = '22222222';

const calculated = clRut.calculate(value);
const verififer = clRut.verifier(value);
const isValid = clRut.validate(value);
const formatted = clRut.format(value);
const digits = clRut.digits(value);
const clean = clRut.clean(value);

Documentation

Please see the documentation page for more details.

Keywords

chilean

FAQs

Package last updated on 01 Sep 2020

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