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

searchpicker

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

searchpicker - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

1

lib/SearchPickerChoices.d.ts

@@ -33,2 +33,3 @@ import { EventObject } from "./EventObject";

removeAutocompleteText(): void;
updatePlaceholder(text: string): void;
forbidInput: any;

@@ -35,0 +36,0 @@ private escapeRegexp;

@@ -116,2 +116,6 @@ "use strict";

};
SearchPickerChoices.prototype.updatePlaceholder = function (text) {
this.options.placeholder = text;
this.scaleSearchField();
};
Object.defineProperty(SearchPickerChoices.prototype, "forbidInput", {

@@ -118,0 +122,0 @@ set: function (val) {

2

package.json
{
"name": "searchpicker",
"version": "2.0.4",
"version": "2.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -134,3 +134,8 @@ import {EventObject} from "./EventObject";

updatePlaceholder(text: string) {
this.options.placeholder = text;
this.scaleSearchField();
}
set forbidInput(val) {

@@ -563,2 +568,2 @@ if (val) {

}
}

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