New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.8 to 1.0.9

10

index.js
function plugin (Vue, XEAjax) {
Object.defineProperties(Vue.prototype, {
$ajax: {
get () {
XEAjax.context = this
return XEAjax
}
Object.defineProperty(Vue.prototype, '$ajax', {
get: function () {
XEAjax.context = this
return XEAjax
}

@@ -9,0 +7,0 @@ })

2

package.json
{
"name": "vxe-ajax",
"version": "1.0.8",
"version": "1.0.9",
"description": "vxe-ajax 用于Vue全局安装xe-ajax",

@@ -5,0 +5,0 @@ "main": "index.js",

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