Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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 1 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.