Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@economist/design-system
Advanced tools
This is the repository for the Economist Design System. https://www.economistdesignsystem.com
## Building
Run npm run build
to run all the build steps.
This will run steps to compile JavaScript and CSS and output importable modules to ./dist
.
To see how to use the Design System components in your own projects, checkout the examples in ./examples/
.
e.g.
cd examples/next-js
npm install
npm run dev
There are build
and deploy
command defined in in package.json
but deployment and release is not yet automated (you must have AWS credentials appropriately configured for the deploy
command to work).
Automated module publishing is not yet configured, currently you must have access to the @economist
org on NPM to publish modules.
To publish a canary (preview) release, update the 'version' in package.json
to add the suffix -canary.
followed by a version number (e.g. so it looks like "version": "0.0.1-canary.0"
) and run NPM with the --tag option:
npm publish --tag canary
To publish a 'production' release, just run NPM publish:
npm publish
FAQs
Economist Design System
The npm package @economist/design-system receives a total of 2,207 weekly downloads. As such, @economist/design-system popularity was classified as popular.
We found that @economist/design-system demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.