Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.