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

faique

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faique

FAI (ISP) in Québec.

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
4
-50%
Maintainers
1
Weekly downloads
 
Created
Source

faique

Build Status Coverage Status Dependency Status

FAI (ISP) in Québec.

Install

$ npm install --save faique

Now with update-notifier

The cli now uses update-notifier to let the user know about updates to this program.

Users have the ability to opt-out of the update notifier by changing the optOut property to true in ~/.config/configstore/update-notifier-rollodeqc-gh-user-streak.json. The path is available in notifier.config.path.

Users can also opt-out by setting the environment variable NO_UPDATE_NOTIFIER with any value or by using the --no-update-notifier flag on a per run basis.

Usage

const faique = require('faique')

const jsonlog = (x) => console.log(JSON.stringify(x, null, ' '))
faique.ebox('H3A0G4')
  .then(jsonlog)
//=> ...

faique.teksavvy('H3A0G4')
  .then(jsonlog)
//=> ...

faique.acanac('H3A0G4')
  .then(jsonlog)
//=> ...

API

faique.ebox(postalcode)

postalcode

Type: string

Lorem ipsum.

faique.teksavvy(postalcode)

postalcode

Type: string

Lorem ipsum.

faique.acanac(postalcode)

postalcode

Type: string

Lorem ipsum.

CLI

$ npm install --global faique
$ faique --help

  Usage
    faique input

  Examples
    $ faique H3A0G4
    ...

License

AGPL-v3 © Robin Millette

Keywords

cli-app

FAQs

Package last updated on 21 Feb 2017

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