Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@shopify/manifests
Advanced tools
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fmanifests.svg)](https://badge.fury.io/js/%40shopify%2Fmanifests.svg)
@shopify/manifests
Utilities for manipulating manifests generated by @shopify/webpack-asset-metadata-plugin
, and @shopify/sewing-kit
.
$ yarn add @shopify/manifests
consolidate
commandFinds assets.json
/ sewing-kit-manifest.json
files inside a build directory, and combines them into a single JSON file.
--root
(required)Directory to scan for manifest files (e.g., public/bundles
/ build/client
).
--destination
(required)Path of the combined manifest file (e.g., public/bundles/sewing-kit-manifest.json
)
--manifestGlob
Glob pattern to search for within 'root'.
--removeLegacyData
If enabled, removes the assets
array from consolidated manifests. This reduces unused bulk in @shopify/sewing-kit-koa
deployments.
--zip
If enabled, gzips the consolidated output. A '.gz' extension will be automatically applied to destination
.
For full details of each option and its defaults, use:
yarn run manifests consolidate --help
An example command:
yarn run manifests consolidate --root public/bundles --destination public/bundles/sewing-kit-manifest.json --removeLegacyData
FAQs
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fmanifests.svg)](https://badge.fury.io/js/%40shopify%2Fmanifests.svg)
The npm package @shopify/manifests receives a total of 391 weekly downloads. As such, @shopify/manifests popularity was classified as not popular.
We found that @shopify/manifests demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 27 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.