Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-legos

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-legos - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

package/actions/infiniteScrollAction/demo.svelte

2

package.json
{
"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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc