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

fast-find-in-files

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-find-in-files - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/index.d.ts

@@ -7,3 +7,3 @@ interface QueryHit {

}
interface FastFindInFiles {
interface fastFindInFiles {
filePath: string;

@@ -13,3 +13,3 @@ totalHits: number;

}
declare const bindingWrapper: (directory: string, needle: string) => FastFindInFiles[];
declare const bindingWrapper: (directory: string, needle: string) => fastFindInFiles[];
export { bindingWrapper as fastFindInFiles };
{
"name": "fast-find-in-files",
"version": "0.1.0",
"version": "0.1.1",
"description": "fast-find-in-files recursively searches sub-directories for needle matches",

@@ -5,0 +5,0 @@ "keywords": [

@@ -6,3 +6,3 @@ # Fast find in files

<p align="center">
<img alt="fast-find-in-files logo" width="300px" src="https://raw.githubusercontent.com/erikengervall/fast-find-in-files/resources/img/logo.png">
<img alt="fast-find-in-files logo" width="300px" src="https://raw.githubusercontent.com/erikengervall/fast-find-in-files/master/resources/img/logo.png">
</p>

@@ -9,0 +9,0 @@

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