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

@awsui/collection-hooks

Package Overview
Dependencies
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awsui/collection-hooks - npm Package Compare versions

Comparing version 1.0.48 to 1.0.49

2

dist/cjs/utils.js

@@ -118,3 +118,3 @@ "use strict";

totalItemsCount: allPageItems.length,
firstIndex: ((actualPageIndex !== null && actualPageIndex !== void 0 ? actualPageIndex : currentPageIndex) - 1) * (options.pagination.pageSize + 1),
firstIndex: ((actualPageIndex !== null && actualPageIndex !== void 0 ? actualPageIndex : currentPageIndex) - 1) * options.pagination.pageSize + 1,
}

@@ -121,0 +121,0 @@ : {})),

@@ -113,3 +113,3 @@ var __assign = (this && this.__assign) || function () {

totalItemsCount: allPageItems.length,
firstIndex: ((actualPageIndex !== null && actualPageIndex !== void 0 ? actualPageIndex : currentPageIndex) - 1) * (options.pagination.pageSize + 1),
firstIndex: ((actualPageIndex !== null && actualPageIndex !== void 0 ? actualPageIndex : currentPageIndex) - 1) * options.pagination.pageSize + 1,
}

@@ -116,0 +116,0 @@ : {})),

{
"commit": "86f2523691657ad6c21701e12c96e78553fbb809"
"commit": "2511021bb09c0091ac4c75449dc8fa120a0790fd"
}

@@ -50,4 +50,4 @@ {

"type": "module",
"version": "1.0.48",
"version": "1.0.49",
"license": "Apache-2.0"
}
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