
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@lamassu/camera-wrapper
Advanced tools
Installation for other distros may be slightly different.
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install \
build-essential cmake \
libgtk2.0-dev pkg-config \
libavcodec-dev libavformat-dev \
libswscale-dev libpcsclite-dev \
libv4l-dev libasound2-dev \
gcc-4.9 g++-4.9
export CXX="g++-4.9"
sudo npm install -g node-gyp node-pre-gyp
Install from APT
apt-get install -y libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-video-dev libopencv-features2d-dev libopencv-objdetect-dev
Or download the OpenCV source archive from https://opencv.org/releases.html and unpack it. In source folder run following:
mkdir build && cd build
cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local ..
make -j7
sudo make install
Using Brew install OpenCV@2.4.8
brew install opencv@2
brew install pkg-config
Note: Use the latest NodeJS version in the 8.* series.
curl -L https://git.io/n-install | bash -s -- -y 8.12
. ~/.bash_profile
node-gyp build
npm install
FAQs
A face detection library for node.js using OpenCV
The npm package @lamassu/camera-wrapper receives a total of 0 weekly downloads. As such, @lamassu/camera-wrapper popularity was classified as not popular.
We found that @lamassu/camera-wrapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.