🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

vue-api-query

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-api-query - npm Package Compare versions

Comparing version

to
0.1.7

2

package.json
{
"name": "vue-api-query",
"version": "0.1.6",
"version": "0.1.7",
"description": "Companion vue package for spatie/laravel-query-builder",

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

@@ -57,3 +57,2 @@ import axios from 'axios'

update () {
alert(4444)
return axios.put(this.endpoint(), this).then(response => {

@@ -60,0 +59,0 @@ let self = Object.assign(this, response.data)