Socket
Socket
Sign inDemoInstall

asker-as-promised

Package Overview
Dependencies
7
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    asker-as-promised

Wraps Asker API to return native promises.


Version published
Weekly downloads
556
decreased by-12.99%
Maintainers
4
Install size
126 kB
Created
Weekly downloads
 

Readme

Source

Asker as Promised NPM version

Wraps Asker to return native promises.

Install

npm install asker-as-promised

Usage

var ask = require('asker-as-promised');

ask({ host : 'ya.ru' })
    .then(response => {
        ...
    })
    .catch(error => {
        ...
    });

Keywords

FAQs

Last updated on 06 Sep 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc