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

tiny-fsearch

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-fsearch - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

index.d.ts

@@ -45,3 +45,7 @@ /****************

*/
export function fquery(searchable: string | RegExp, source: string | Buffer, opts: ISearchOptions): ISearchMatch[];
export function fquery(
searchable: string | RegExp,
source: string | Buffer,
opts: ISearchOptions
): Omit<ISearchMatch, 'filePath'>;

@@ -72,5 +76,5 @@ /// Promisified versions of the available functions.

opts: ISearchOptions
): Promise<ISearchMatch[]>;
): Promise<Omit<ISearchMatch, 'filePath'>>;
}
export as namespace tiny;
{
"name": "tiny-fsearch",
"version": "1.0.0",
"version": "1.0.1",
"description": "A small and versatile find-in-file/source library.",

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

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