
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@shopify/manifests
Advanced tools
[](LICENSE.md) [](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.md) [](https://badge.fury.io/js/%40shopify%2Fmanifests.svg)
The npm package @shopify/manifests receives a total of 2 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.