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

micro-graphql-svelte

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-graphql-svelte - npm Package Compare versions

Comparing version

to
0.1.5

1

docs/README.md

@@ -119,2 +119,3 @@ ## Installation

| `client` | Manually pass in a client to be used for this query, which will override the default client|
| `cache` | Manually pass in a cache object to be used for this query, which will override the default cache|
| `initialSearch` | If you'd like to run a query immediately, without calling the returned sync method, provide the arguments object here.|

@@ -121,0 +122,0 @@

@@ -66,2 +66,3 @@ import { Readable } from "svelte/store";

cache?: Cache;
initialSearch?: any;
};

@@ -68,0 +69,0 @@

2

package.json
{
"name": "micro-graphql-svelte",
"version": "0.1.4",
"version": "0.1.5",
"description": "",

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