Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
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
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.