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

vxe-ajax

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vxe-ajax - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

5

index.d.ts

@@ -9,3 +9,3 @@ import Vue from 'vue'

/**
* A small wrapper for integrating xe-ajax to Vuejs.
* 用于 Vue 全局安装 xe-ajax
*/

@@ -16,2 +16,5 @@ declare var VXEAjax: VXEAjaxPlugin;

interface Vue {
/**
* 异步请求库,用于浏览器和 node.js 的 HTTP 客户端
*/
$ajax: typeof XEAjax;

@@ -18,0 +21,0 @@ }

4

package.json
{
"name": "vxe-ajax",
"version": "1.7.1",
"description": "A small wrapper for integrating xe-ajax to Vuejs.",
"version": "1.7.2",
"description": "用于 Vue 全局安装 xe-ajax",
"main": "dist/index.common.js",

@@ -6,0 +6,0 @@ "unpkg": "dist/index.js",

@@ -9,2 +9,4 @@ # vxe-ajax

用于 Vue 全局安装 xe-ajax
## Installing

@@ -11,0 +13,0 @@

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