New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

info-rut

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

info-rut

Get person or enterprise from a valid RUT or full name

latest
Source
npmnpm
Version
5.0.4
Version published
Weekly downloads
67
55.81%
Maintainers
1
Weekly downloads
 
Created
Source

info-rut

npm version npm downloads Build Status Coverage Status Maintainability dependency Status devDependency Status

Get person or enterprise from a valid RUT or full name

Installation

npm i -S info-rut

Use

Try on RunKit

const infoRut = require('info-rut')

const rut = '11111111-1'
infoRut.getPersonByRut(rut).then(console.log).catch(console.error)
infoRut.getEnterpriseByRut(rut).then(console.log).catch(console.error)

const name = 'juan perez'
infoRut.getPersonByName(name).then(console.log).catch(console.error)
infoRut.getEnterpriseByName(name).then(console.log).catch(console.error)

License

MIT

Keywords

rut

FAQs

Package last updated on 19 Apr 2021

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