
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
github.com/rodionlim/carousell
Carousell is both a library and CLI tool written in Golang that fetches Carousell listings and notifies users.
Using Carousell is easy. First, use go install
to install the latest version of the executable. This command will install the carousell
executable in $GOPATH/bin
:
go install github.com/rodionlim/carousell@latest
To use the library, go get
will install the libraries and dependencies for your project.
go get -u github.com/rodionlim/carousell
There are two commands, get
and notify
. Flags can be used to modify the search behaviour, e.g. -r
flag will query for only recent listings, -v
flag represents verbose mode and add logging to the output
get
will fetch the listings and output them to the console.
carousell get "nintendo switch" -r
notify
will periodically fetch the listings, and notify users on new listings in Slack. For slack to work, the environment variable SLACK_ACCESS_TOKEN
has to be set and the appropriate permissions granted, e.g. inviting the application to the slack channel
carousell notify --slack-channel=CHANNEL_ID "nintendo switch" -r
To get help on the available flags, use the -h
flag.
carousell -h
Carousell is released under the Apache 2.0 license. See LICENSE
FAQs
Unknown package
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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.