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

@types/selectize

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/selectize - npm Package Compare versions

Comparing version 0.12.35 to 0.12.36

7

selectize/index.d.ts

@@ -11,3 +11,2 @@ // Type definitions for Selectize 0.12.14

interface IOptions<T, U> {
// General

@@ -20,3 +19,3 @@ // ------------------------------------------------------------------------------------------------------------

items?: T[] | undefined;
/**

@@ -148,3 +147,3 @@ * The placeholder of the control (displayed when nothing is selected / typed).

*/
preload?: boolean | 'focus' | undefined;
preload?: boolean | "focus" | undefined;

@@ -260,3 +259,3 @@ /**

*/
sortField?: string | { field: string, direction?: 'asc' | 'desc' | undefined }[] | undefined;
sortField?: string | { field: string; direction?: "asc" | "desc" | undefined }[] | undefined;

@@ -263,0 +262,0 @@ /**

{
"name": "@types/selectize",
"version": "0.12.35",
"version": "0.12.36",
"description": "TypeScript definitions for Selectize",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectize",

"dependencies": {},
"typesPublisherContentHash": "f06048cfa2e0c6b3f497dafb2d351fd6b64e9004b96208b4d90bbe0c586a8f6c",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "b85b75e05e15284d453cb5d6d315065836113afc2370a3c74a2decdc8b34f15b",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 06 Jul 2021 16:34:29 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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