Socket
Socket
Sign inDemoInstall

find-in-files

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-in-files - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

index.js

@@ -74,3 +74,3 @@ 'use strict';

var fileMatch = content[i].value;
if (fileMatch.match !== null) {
if (fileMatch && fileMatch.match !== null) {
results[fileMatch.filename] = {

@@ -77,0 +77,0 @@ matches: fileMatch.match,

{
"name": "find-in-files",
"version": "0.4.0",
"version": "0.5.0",
"description": "A simple tool to search text patterns across multiple files",

@@ -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