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.
assets-include
Advanced tools
Include assets into your views with ease (assets-packager compatible).
Assets-include is a Node.js tool for including your assets in HTML views.
This project is closely tied to Assets-Packager which can minify, enhance, and bundle your assets based on a YAML definition file.
See example apps for real-world use cases.
Node.js 0.8.0+ (tested on CentOS, Ubuntu, and OS X 10.6+)
npm install assets-include
var includer = new AssetsIncluder('assets.yml');
includer.group('stylesheets/mobile/application.css');
AssetsInclude constructor accepts a hash as a 2nd parameter, i.e.,
bundled
- true
for bundled, production mode, false
for development moderoot
- root path of all assets, defaults to ./public under config's pathcacheBoosters
- true
for cache boosters (timestamp in dev mode, md5 for bundled, production files)assetHosts
- prefixes all paths with given asset host(s)loadingMode
- async
or defer
for JavaScript assets' loading modeAssetsInclude public methods will give you the following output:
group(locator)
- a list of <script>
or <link>
tags for JavaScript or CSS assets respectivelyinline(locator)
- a JavaScript or CSS assets inlined rather than referenced by <script>
or <link>
tag respectively.
In development mode works the same way as group(locator)
.list(locator)
- an array of of assets files (to easily embed it into JavaScript or data-attribute)assetsinc accepts the following command line arguments.
assetsinc <options> <group path, name, and type>
-h, --help output usage information
-v, --version output the version number
-a, --asset-hosts [asset-hosts] prefix all paths with given asset host(s)
-b, --bundled output a bundled (production) version
-s, --cache-boosters use cache boosters
-c, --config [config-file] path to assets config file
-i, --inline output inline tags
-m, --loading-mode [async|defer] use the given loading mode for JavaScript assets
-l, --list list mode (prints filenames instead of HTML tags)
-r, --root [root-path] root path of all assets (defaults to ./public under config's path)
First clone the source, then run:
npm run check
to check JS sources with JSHintnpm test
for the test suiteAssets-include is released under the MIT License.
FAQs
Include assets into your views with ease (assets-packager compatible).
The npm package assets-include receives a total of 3 weekly downloads. As such, assets-include popularity was classified as not popular.
We found that assets-include 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
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.