🚀 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.8

1

build/Model.js

@@ -59,3 +59,2 @@ 'use strict';

alert(4444);
return _axios2.default.put(this.endpoint(), this).then(function (response) {

@@ -62,0 +61,0 @@ var self = Object.assign(_this2, response.data);

2

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

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

import axios from 'axios'
import Builder from './Builder';
export default class Model {

@@ -6,0 +5,0 @@