
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.
@cloak-app/boilerplate
Advanced tools
Modules that setup standard Cloak conventions.
yarn add @cloak-app/boilerplate
nuxt.config
with buildModules: ['@cloak-app/boilerplate']
Set these properties within cloak: { boilerplate: { ... } }
in the nuxt.config.js:
helpers
- An array of filenames to include from the helpers directory. By default, all helpers are included. Filename extensions are optional.excludedHelpers
- An array of filenames to exclude from the helpers directory. By default, this is empty. Filename extensions are optional.modules
- An array of filenames to include from the modules directory. By default, all modules are included. Filename extensions are optional.excludedModules
- An array of filenames to exclude from the modules directory. By default, this is empty. Filename extensions are optional.polyfills
- Array of polyfill.io keywords. For example, ["default", "URL", "IntersectionObserver"]
. If objectFit
is included, will add the objectFitPolyfill for VueVisual on IE11.siteName
- The name of the site, used to generate <title>
, OG, and PWA tags.Run yarn dev
to open a Nuxt dev build of the demo directory.
FAQs
Modules that setup standard Cloak conventions.
We found that @cloak-app/boilerplate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
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.