You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@webiz/vue-api-query

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiz/vue-api-query - npm Package Compare versions

Comparing version

to
1.1.1

12

index.d.ts

@@ -275,3 +275,3 @@ type Method =

static $get<M extends typeof Model> (this: M): SWRQuery<InstanceType<M>[]>
static $$get<M extends typeof Model> (this: M): SWRQuery<InstanceType<M>[]>

@@ -298,3 +298,3 @@ /**

static $all<M extends typeof Model> (this: M): SWRQuery<InstanceType<M>[]>
static $$all<M extends typeof Model> (this: M): SWRQuery<InstanceType<M>[]>
}

@@ -614,3 +614,3 @@

$first (): SWRQuery<this>
$$first (): SWRQuery<this>

@@ -633,3 +633,3 @@ /**

$find (identifier: number | string): SWRQuery<this>
$$find (identifier: number | string): SWRQuery<this>

@@ -652,3 +652,3 @@ /**

$get (): SWRQuery<this[]>
$$get (): SWRQuery<this[]>

@@ -675,3 +675,3 @@ /**

$all (): SWRQuery<this[]>
$$all (): SWRQuery<this[]>

@@ -678,0 +678,0 @@ /**

{
"name": "@webiz/vue-api-query",
"version": "1.1.0",
"version": "1.1.1",
"description": "💎 Elegant and simple way to build requests for REST API",

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