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 1.0.7 to 1.0.8

1

lib/options/DefaultSearchPickerOptions.d.ts

@@ -16,2 +16,3 @@ import { ISearchPickerOptions } from "./ISearchPickerOptions";

searcher: ISearcher;
resultFooterRenderer?: any;
}

@@ -41,2 +41,3 @@ "use strict";

this.searcher = new DefaultSearcher_1.DefaultSearcher();
this.resultFooterRenderer = null;
}

@@ -43,0 +44,0 @@ return DefaultSearchPickerOptions;

2

package.json
{
"name": "searchpicker",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

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

@@ -47,2 +47,4 @@ import {ISearchPickerOptions} from "./ISearchPickerOptions";

searcher: ISearcher = new DefaultSearcher();
resultFooterRenderer? = null;
}

Sorry, the diff of this file is not supported yet

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