
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
dxy-assets-sign
Advanced tools
npm install dxy-assets-sign --save-dev
require(sign)({
publish_folder : '/Users/yanhaibiao/code/dxy/f2e/app/hybrid-publish/drugs', //资源发布目录, 必须
api : 'http://127.0.0.1:3000/sign', //必须
verify : true, // 可选,是否对签名进行验证
hash : 'md5', //可选
format : 'base64', //可选
sign : 'RSA-SHA256', //可选
public_key : '/Users/yanhaibiao/code/secure-service/public.pem', //公钥, 可选
hash_format : 'hex' //可选
})();
start_version 必须
end_version 可选 为空时,值为config.Last_version
start_version === end_version 时,生成特定版本相关的所有包的签名, 否则生成两个版本范围内的包的签名
start_version = 3
end_version = 4
**/3/*.sign
**/4/*.sign
**/3/4/*.sign
**/4/3/*.sign
start_version = 2
end_verions = 2
config.Last_version = 3
**/2/*.sign
**/2/1/*.sign
**/2/3/*.sign
**/1/2/*/sign
**/3/2/*/sign
FAQs
assets sign
The npm package dxy-assets-sign receives a total of 11 weekly downloads. As such, dxy-assets-sign popularity was classified as not popular.
We found that dxy-assets-sign 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.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.