svelte-legos
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "svelte-legos", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"main": "./package/index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -26,2 +26,5 @@ export function scrollToBottomAction(node, immediate = true) { | ||
mutationCallback(); | ||
stop = () => { | ||
mutationObserver.disconnect(); | ||
}; | ||
}; | ||
@@ -28,0 +31,0 @@ update(); |
@@ -49,1 +49,3 @@ export { counterStore } from "./stores/counterStore"; | ||
export { scrollToBottomAction } from "./actions/scrollToBottomAction"; | ||
export { infiniteScrollAction } from "./actions/infiniteScrollAction"; | ||
export { fetchWithTimeoutAndRetry } from "./utilities/fetchWithTimeoutAndRetry"; |
@@ -50,1 +50,4 @@ export { counterStore } from "./stores/counterStore"; | ||
export { scrollToBottomAction } from "./actions/scrollToBottomAction"; | ||
export { infiniteScrollAction } from "./actions/infiniteScrollAction"; | ||
export { fetchWithTimeoutAndRetry } from "./utilities/fetchWithTimeoutAndRetry"; |
@@ -104,2 +104,6 @@ { | ||
"./actions/hoverAction/usage.txt": "./actions/hoverAction/usage.txt", | ||
"./actions/infiniteScrollAction/demo.svelte": "./actions/infiniteScrollAction/demo.svelte", | ||
"./actions/infiniteScrollAction": "./actions/infiniteScrollAction/index.js", | ||
"./actions/infiniteScrollAction/meta.json": "./actions/infiniteScrollAction/meta.json", | ||
"./actions/infiniteScrollAction/usage.txt": "./actions/infiniteScrollAction/usage.txt", | ||
"./actions/lazyLoadImageAction/demo.svelte": "./actions/lazyLoadImageAction/demo.svelte", | ||
@@ -156,2 +160,3 @@ "./actions/lazyLoadImageAction": "./actions/lazyLoadImageAction/index.js", | ||
"./shared/components/DemoContainer.svelte": "./shared/components/DemoContainer.svelte", | ||
"./shared/components/LoadingDots.svelte": "./shared/components/LoadingDots.svelte", | ||
"./shared/components/PrimaryButton.svelte": "./shared/components/PrimaryButton.svelte", | ||
@@ -268,3 +273,7 @@ "./shared/components/Text.svelte": "./shared/components/Text.svelte", | ||
"./stores/windowSizeStore/meta.json": "./stores/windowSizeStore/meta.json", | ||
"./stores/windowSizeStore/usage.txt": "./stores/windowSizeStore/usage.txt" | ||
"./stores/windowSizeStore/usage.txt": "./stores/windowSizeStore/usage.txt", | ||
"./utilities/fetchWithTimeoutAndRetry/demo.svelte": "./utilities/fetchWithTimeoutAndRetry/demo.svelte", | ||
"./utilities/fetchWithTimeoutAndRetry": "./utilities/fetchWithTimeoutAndRetry/index.js", | ||
"./utilities/fetchWithTimeoutAndRetry/meta.json": "./utilities/fetchWithTimeoutAndRetry/meta.json", | ||
"./utilities/fetchWithTimeoutAndRetry/usage.txt": "./utilities/fetchWithTimeoutAndRetry/usage.txt" | ||
}, | ||
@@ -271,0 +280,0 @@ "files": [ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
229359
345
4443
1