
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.
bone-act-browserify
Advanced tools
browserify for bone plugins
通过npm安装
$ npm install bone-act-browserify
安装后在bonefile.js
文件内通过act()
加载
var bone = require('bone');
var babel = bone.require('bone-act-babel');
bone.dest('dist')
.src('~/src/react.jsx')
.act(babel({
"presets": ["es2015", "react"],
"plugins": [
"transform-react-jsx"
]
}))
.rename({
ext: '.js'
});
ps: 示例中使用了babel-preset-es2015
、babel-preset-react
、babel-plugin-transform-react-jsx
,需要另外安装
默认设置只针对源文件后缀为.js
和.jsx
文件进行处理
处理器开发以及使用请参考处理器
FAQs
browserify for bone
We found that bone-act-browserify 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.
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.