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

@zag-js/collection

Package Overview
Dependencies
Maintainers
0
Versions
495
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/collection - npm Package Compare versions

Comparing version 0.68.1 to 0.69.0

2

dist/index.d.ts

@@ -126,3 +126,3 @@ interface CollectionSearchState {

search(queryString: string, options: CollectionSearchOptions): string | null;
[Symbol.iterator](): Generator<T, void, undefined>;
[Symbol.iterator](): Generator<T, void, unknown>;
insertBefore(value: string, item: T): void;

@@ -129,0 +129,0 @@ insertAfter(value: string, item: T): void;

{
"name": "@zag-js/collection",
"version": "0.68.1",
"version": "0.69.0",
"description": "Utilities to manage a collection of items.",

@@ -26,3 +26,3 @@ "keywords": [

"dependencies": {
"@zag-js/utils": "0.68.1"
"@zag-js/utils": "0.69.0"
},

@@ -29,0 +29,0 @@ "clean-package": "../../../clean-package.config.json",

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