Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@ariabuckles/jsed
Advanced tools
better sed, with js regexes & functions
Installation: npm install -g @ariabuckles/jsed
Usage:
jsed <search> <replacer>
Options:
-V, --version output the version number
-f --file <file> a file which to process; otherwise processes stdin
-a --text interpret the search arg as a string rather than a regex
-s --string interpret the replacer as a string even if it looks like a function
-o --output optional file to write to; otherwise writes to stdout
-h, --help output usage information
Examples:
> echo "use basic strings" | jsed "basic" "literal"
use literal strings
> echo "use regexes or funcs" | jsed '/\w+/g' "word=>'aaa'"
aaa aaa aaa aaa
> echo "use regexes without /s" | jsed '(regexes)' 'cool $1'
use cool regexes without /s
You can modify a file by specifying both -o
and -f
together:
> jsed -of test.txt 'search' 'replace'
FAQs
better sed, with js regexes & functions
The npm package @ariabuckles/jsed receives a total of 1 weekly downloads. As such, @ariabuckles/jsed popularity was classified as not popular.
We found that @ariabuckles/jsed 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.