Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qiao-ajax

Package Overview
Dependencies
Maintainers
1
Versions
108
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

  • 2.7.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
163
increased by986.67%
Maintainers
1
Weekly downloads
 
Created
Source

qiao-ajax

npm version npm downloads npm bundle size

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.7.20221012

  1. axios.default

0.0.6.20220510

  1. ncu

0.0.5.20220415

  1. qiao-webpack
  2. lerna

0.0.4.20220412

  1. ncu

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 25 Jan 2023

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