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

2

package.json
{
"name": "vue-api-query",
"version": "0.1.19",
"version": "0.1.20",
"description": "💎 Elegant and simple way to build requests for REST API",

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

@@ -31,5 +31,5 @@ import qs from 'qs'

test('filters, include, append and orderBy are optionals', () => {
const post = Post.first()
const post = Post.whereIn('foo', [])
const query = ''
const query = encodeURI('?filter[foo]=')

@@ -36,0 +36,0 @@ expect(post._builder.query()).toEqual(query)