Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
weex-builder
Advanced tools
[![Build Status](https://travis-ci.org/weexteam/weex-builder.svg?branch=master)](https://travis-ci.org/weexteam/weex-builder) [![dependcy](https://david-dm.org/weexteam/weex-builder.svg)](https://david-dm.org/weexteam/weex-builder) [![dev dependcy](https:
a weex compiler tool used by weex-toolkit (bind on "weex compile")
$ npm install -g weex-builder
we suggest you use weex-toolkit
path/to/src
and output to path/to/dist
weex-builder path/to/src path/to/dist
path/to/src
and output to path/to/dist
weex-builder path/to/src/\*.vue path/to.dist
path/to/src
and output to path/to/dist
weex-builder path/to/src/\*.vue,\*.we,^index.we path/to.dist
-h, --help output usage information
-v,--version show version
--ext [ext] set enabled extname for compiler default is vue|we
--web set web mode for h5 render
-w,--watch watch files and rebuild
--devtool [devtool] set webpack devtool mode
--min compress the output js (will disable inline-source-map)
--filename set filename template of webpack, like `[name].web.js`
const weexBuilder = require('weex-builder');
const source = 'src';
const dest = 'dest';
weexBuilder(source, dest, {
recursive, true
}, (err, output, json) => {
if (err) {
console.log(chalk.red('Build Failed!'))
err.forEach(e => console.error(e))
}
else {
console.log('Build completed!\nChild')
console.log(output.toString())
}
})
MIT
FAQs
[![Build Status](https://travis-ci.org/weexteam/weex-builder.svg?branch=master)](https://travis-ci.org/weexteam/weex-builder) [![dependcy](https://david-dm.org/weexteam/weex-builder.svg)](https://david-dm.org/weexteam/weex-builder) [![dev dependcy](https:
The npm package weex-builder receives a total of 42 weekly downloads. As such, weex-builder popularity was classified as not popular.
We found that weex-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.