
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
broccoli-es6-module-facade
Advanced tools
Broccoli plugin to provide an ES6 facade for modules that expose globals.
npm install -D broccoli-es6-module-facade
var createES6Facades = require('broccoli-es6-module-facade');
var vendorFacades = createES6Facades({
description: 'ES6Facades (vendor)'
modules: {
jquery: {
defaultExport: 'jQuery',
exports: {
ajax: 'jQuery.ajax',
Deferred: 'jQuery.Deferred'
}
}
}
});
createES6Facades(options)
options.modules
{Object} (Required)
A hash keyed with the names of the module facades that should be created. Each value should itself be a hash with two optional keys:
defaultExport
- an expression that will be the default export of the moduleexports
- a mapping from identifiers to expressions representing the module's other exportsThis project is distributed under the MIT license.
FAQs
Broccoli plugin to provide an ES6 facade for modules that expose globals.
The npm package broccoli-es6-module-facade receives a total of 0 weekly downloads. As such, broccoli-es6-module-facade popularity was classified as not popular.
We found that broccoli-es6-module-facade 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.