Socket
Socket
Sign inDemoInstall

qiao-ajax

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiao-ajax

browser ajax and nodejs http request


Version published
Weekly downloads
6
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

api

get

'use strict';

var q = require('qiao-ajax');

var test = async function(){
    try{
        var url = 'http://icanhazip.com/';
        var res = await q.get(url);
        console.log(res);
    }catch(e){
        console.log(e);
    }
};

test();

post

put

patch

delete

head

options

version

0.0.3.20210215

  1. ncu

0.0.2.20200820

  1. md

0.0.1.20200819

  1. init project
  2. http method
  3. qiao-ajax

Keywords

FAQs

Package last updated on 15 Feb 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc