@zaptime/vue3
Advanced tools
@@ -84,1 +84,2 @@ import { Success, Errors, Location } from "../types/InitData"; | ||
| export declare const fetchRemoteConfiguration: (token: string, apiBaseUrl?: string, reservationUuid?: string) => Promise<Result<Success, Errors>>; | ||
| export declare const stopReservationRefresh: () => void; |
@@ -6,3 +6,3 @@ import type Day from "./types/Day"; | ||
| import type { ReservationResponse } from "./types/ApiResponses"; | ||
| export { book, reserve, confirm, cancel, fetchRemoteConfiguration, reschedule, } from "./composables/useApi"; | ||
| export { book, reserve, confirm, cancel, fetchRemoteConfiguration, reschedule, stopReservationRefresh, } from "./composables/useApi"; | ||
| export { default as useCalendar } from "./composables/useCalendar"; | ||
@@ -9,0 +9,0 @@ export { default as useConfig } from "./composables/useConfig"; |
+2
-2
| { | ||
| "name": "@zaptime/vue3", | ||
| "version": "3.9.4", | ||
| "version": "3.9.5", | ||
| "author": "Zaptime s.r.o.", | ||
@@ -36,3 +36,3 @@ "types": "./dist/types/entry.d.ts", | ||
| "react-facebook-pixel": "^1.0.4", | ||
| "@zaptime/core": "2.9.0" | ||
| "@zaptime/core": "2.9.1" | ||
| }, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
342175
0.02%3905
0.03%+ Added
- Removed
Updated