Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
bone-act-base64
Advanced tools
bone的sass处理器
通过npm安装
$ npm install bone-act-base64
安装后在bonefine.js
文件内通过act()
加载
var bone = require('bone');
var base64 = require('bone-act-base64');
bone.dest('dist').src('~/src/css/*.css').act(base64);
传递参数的调用方法
bone.dest('dist').src('~/src/css/*.css').act(base64({
maxSize: 10
}));
bone-act-base64是将postcss-url中间件包装成bone可用的处理器,参数查询参考postcss-url
处理器开发以及使用请参考处理器
FAQs
base64 image for bone
The npm package bone-act-base64 receives a total of 1 weekly downloads. As such, bone-act-base64 popularity was classified as not popular.
We found that bone-act-base64 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.