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.30 to 0.12.31

16

selectize/index.d.ts

@@ -248,2 +248,10 @@ // Type definitions for Selectize 0.12.14

/**
* If truthy, Selectize will make all optgroups be in the same order as they were added (by the `$order`
* property). Otherwise, it will order based on the score of the results in each.
*
* Default: false
*/
lockOptgroupOrder?: boolean;
/**
* An array of optgroup values that indicates the order they should be listed in in the dropdown.

@@ -430,3 +438,3 @@ * If not provided, groups will be ordered by the ranking of the options within them.

*/
clear(): void;
clear(silent?: boolean): void;

@@ -441,3 +449,3 @@ /**

*/
addItem(value: T): void;
addItem(value: T, silent?: boolean): void;

@@ -447,3 +455,3 @@ /**

*/
removeItem(value: T): void;
removeItem(value: T, silent?: boolean): void;

@@ -454,3 +462,3 @@ /**

*/
createItem(value: T): void;
createItem(value: T, triggerDropdown?: boolean, callback?: (data?: any) => void): void;

@@ -457,0 +465,0 @@ /**

{
"name": "@types/selectize",
"version": "0.12.30",
"version": "0.12.31",
"description": "TypeScript definitions for Selectize",

@@ -9,7 +9,9 @@ "license": "MIT",

"name": "Adi Dahiya",
"url": "https://github.com/adidahiya"
"url": "https://github.com/adidahiya",
"githubUsername": "adidahiya"
},
{
"name": "Natalie Bausch",
"url": "https://github.com/naBausch"
"url": "https://github.com/naBausch",
"githubUsername": "naBausch"
}

@@ -24,5 +26,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "0a9900969f79774a1d6d2d45b1d562b5e24d88d91faa203289a06d30489be88d",
"typesPublisherContentHash": "d9a9c9d9f74825bc7a3fa81ba4d4de8a664f9775cca9dfc3a689f851e6e12a58",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 30 Jun 2017 21:28:46 GMT
* Last updated: Thu, 26 Oct 2017 18:44:05 GMT
* Dependencies: none

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

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