
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
@taskr/buble
Advanced tools
$ npm install --save-dev @taskr/buble
exports.scripts = function * (task) {
yield task.source('test/**/*.js').buble({
inline: true,
transforms: {
arrow: true,
modules: false,
dangerousForOf: true
}
}).target('dist/js');
}
To view all Bublé options, visit its documentation.
This plugin includes two additional options:
Type: Boolean
Default: false
If true, will append an internal sourcemap (data URI) to the file's contents instead of an external link (default). Also will not create a new *.js.map file. Requires that options.sourceMap to remain true.
Type: Boolean
Default: true
Creates an external sourcemap by default. Disable all mapping behavior by setting this to false.
Any issues or questions can be sent to the Taskr monorepo.
Please be sure to specify that you are using @taskr/buble.
MIT © Luke Edwards
FAQs
Bublé plugin for Taskr.
The npm package @taskr/buble receives a total of 0 weekly downloads. As such, @taskr/buble popularity was classified as not popular.
We found that @taskr/buble 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.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.