
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@paddlejs-mediapipe/opencv
Advanced tools
A lightweight npm package which just includes modules core imgproc js video. Modify the opencv build_js script to package a few modules and api.
Opencv3.4 contains most of the commonly used APIs, supporting cv.boxPoints api.
Encapsulate the opencv API used by ocr module, Containing the following api:
[
'findContours',
'minAreaRect',
'boxPoints',
'fillPoly',
'getPerspectiveTransform',
'warpPerspective',
'getRotationMatrix2D',
'warpAffine',
'resize'
]
OpenCV modules: -- To be built: core imgproc js video -- Disabled: calib3d dnn features2d flann highgui imgcodecs ml photo stitching videoio world -- Disabled by dependency: objdetect -- Unavailable: gapi java python2 python3 ts -- Applications: - -- Documentation: js -- Non-free algorithms: NO
npm install @paddlejs-mediapipe/opencv
import cv from '@paddlejs-mediapipe/opencv/library/opencv_blur';
let logit = cv.imread('canvas');
let dst = new cv.Mat();
let ksize = new cv.Size(5, 5);
let anchor = new cv.Point(-1, -1);
cv.blur(logit, dst, ksize, anchor, cv.BORDER_DEFAULT);
1、cv.mean api has precision error when calculating floating-point numbers
FAQs
lightweight opencv.js
We found that @paddlejs-mediapipe/opencv demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.