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

@zag-js/pagination

Package Overview
Dependencies
Maintainers
1
Versions
837
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/pagination - npm Package Compare versions

Comparing version 0.0.0-dev-20220928124757 to 0.0.0-dev-20220929201450

1

dist/index.d.ts

@@ -55,2 +55,3 @@ import * as _zag_js_core from '@zag-js/core';

page: number;
pageSize: number;
srcElement: HTMLElement | null;

@@ -57,0 +58,0 @@ }) => void;

@@ -292,2 +292,3 @@ "use strict";

page: ctx2.page,
pageSize: ctx2.pageSize,
srcElement: evt.srcElement || null

@@ -294,0 +295,0 @@ });

8

package.json
{
"name": "@zag-js/pagination",
"version": "0.0.0-dev-20220928124757",
"version": "0.0.0-dev-20220929201450",
"description": "Core logic for the pagination widget implemented as a state machine",

@@ -32,7 +32,7 @@ "main": "dist/index.js",

"dependencies": {
"@zag-js/core": "0.0.0-dev-20220928124757",
"@zag-js/types": "0.0.0-dev-20220928124757"
"@zag-js/core": "0.0.0-dev-20220929201450",
"@zag-js/types": "0.0.0-dev-20220929201450"
},
"devDependencies": {
"@zag-js/dom-utils": "0.0.0-dev-20220928124757"
"@zag-js/dom-utils": "0.0.0-dev-20220929201450"
},

@@ -39,0 +39,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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