New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@layerstack/svelte-stores

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@layerstack/svelte-stores - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

dist/paginationStore.js

@@ -41,3 +41,3 @@ import { writable } from 'svelte/store';

total,
from: Math.min(total, (page - 1) * perPage + 1),
from: Math.min(total, Math.max(0, (page - 1) * perPage + 1)),
to: Math.min(total, page * perPage),

@@ -44,0 +44,0 @@ totalPages,

@@ -7,3 +7,3 @@ {

"repository": "techniq/layerstack",
"version": "0.0.9",
"version": "0.0.10",
"devDependencies": {

@@ -10,0 +10,0 @@ "@sveltejs/kit": "^2.8.1",

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