Socket
Socket
Sign inDemoInstall

grepr

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.1.0

2

package.json
{
"name": "grepr",
"version": "2.0.1",
"version": "2.1.0",
"description": "node.js module that implements a recursive grep function.",

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

@@ -12,3 +12,3 @@

Function prototype is `function(string,dir,callback)` where:
Function signature is `function(string,dir,callback)` where:

@@ -28,3 +28,3 @@ * `string`: is the string to search;

console.log("FOUND in "+file);
console.log("indices\n"+indices);
console.log("INDICES\n"+indices);
console.log("LINES\n"+lines);

@@ -31,0 +31,0 @@ });

@@ -5,3 +5,2 @@

grepr("tempo","./test", function(file,indices,lines){

@@ -11,2 +10,2 @@ console.log("FOUND in "+file);

console.log("LINES\n"+lines);
});
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc