Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@livequery/types

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

@livequery/types - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
build/index.d.ts

@@ -1,2 +0,2 @@

export { QueryTransporter, QueryOption, FilterCondition, FilterExpression, FilterOption, RequestMethod } from './QueryTransporter';
export { QueryTransporter, QueryOption, FilterCondition, FilterExpression, FilterOption, RequestMethod, QueryResponse } from './QueryTransporter';
export { RealtimeTransporter, UpdatedData } from './RealtimeTransporter';

@@ -17,3 +17,3 @@ export declare type FilterExpression = 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte' | 'in' | 'contains' | 'nin';

};
declare type QueryResponse<T> = {
export declare type QueryResponse<T> = {
items: T[];

@@ -27,2 +27,1 @@ has_more: boolean;

};
export {};

@@ -6,3 +6,3 @@ {

},
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -17,3 +17,3 @@ "main": "build/index.js",

"build": "tsc -b .",
"deploy": "yarn build; git add .; git commit -m \"Update\"; git push origin master; npm publish"
"deploy": "yarn build; git add .; git commit -m \"Update\"; git push origin master; npm publish --access publish"
},

@@ -20,0 +20,0 @@ "author": "",