Socket
Socket
Sign inDemoInstall

cfind

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfind

Find (and replace) code in a workspace


Version published
Weekly downloads
45
increased by542.86%
Maintainers
2
Weekly downloads
 
Created
Source

cfind

Build Status

Node utility to find (and replace) code.

Install

npm install cfind

Examples

Search code:

var cfind = require("cfind");

cfind.find({
    query: "jQuery",
    root: "/Users/test/myworkspace"
}, function(err, result) {

});

Search files:

var cfind = require("cfind");

cfind.files({
    query: "test.js",
    root: "/Users/test/myworkspace"
}, function(err, result) {

});

FAQs

Package last updated on 27 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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