
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
crawls metadata in files and directories.
$ creep "'microscopic' in tags or 'rainbows' in tags"
a.md
b.js
# npm install -g creep
add front matters to the files you want to be searchable:
a.md:
---
tags:
- rainbows
- earthworms
---
# there are rainbows
and earthworms
b.js:
// ---
// tags:
// - microscopic
// - hummingbirds
// ---
console.log('and microscopic hummingbirds');
then just query the metadata:
$ creep "'microscopic' in tags or 'rainbows' in tags"
a.md
b.js
creep uses coffeescript as the query language, but alternatives can be plugged in. lodash is available in queries as _
.
creep looks for the first of the following metadata files in the directories it crawls, recursively merging the metadata into child directory and file metadata:
.creep.yml
.creep.yaml
creep.yml
creep.yaml
.creep.json
creep.json
creep's uses the config defaults given in creep.config
, then merges these defaults with the first of these configs that it finds:
./.creeprc.yml
./.creeprc.yaml
./.creeprc.json
$HOME/.creeprc.yml
$HOME/.creeprc.yaml
$HOME/.creeprc.json
FAQs
Crawls metadata in files and directories
The npm package creep receives a total of 0 weekly downloads. As such, creep popularity was classified as not popular.
We found that creep demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.