New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@economist/design-system

Package Overview
Dependencies
Maintainers
21
Versions
645
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@economist/design-system - npm Package Compare versions

Comparing version 0.0.10-canary.0 to 0.0.10-canary.1

common/button/button.css

2

dist/common.json

@@ -1,1 +0,1 @@

{"ds-masthead":"ds-masthead","ds-button":"ds-button","ds-button--secondary":"ds-button--secondary","ds-button--slim":"ds-button--slim"}
{"ds-button":"ds-button","ds-button--secondary":"ds-button--secondary","ds-button--slim":"ds-button--slim","ds-masthead":"ds-masthead"}
{
"name": "@economist/design-system",
"version": "0.0.10-canary.0",
"version": "0.0.10-canary.1",
"description": "Economist Design System",

@@ -16,6 +16,6 @@ "main": "dist/index.js",

"build": "npm run clean && mkdir dist && npm-run-all --parallel build:*",
"build:components": "cp -r src/common/components dist/common",
"build:components": "cp -r src/common/components common",
"build:js": "rollup --config",
"deploy": "s3-deploy './dist/**' --cwd './dist/' --region 'eu-west-2' --bucket 'economist-design-system' --ext 'html'",
"clean": "rm -rf dist",
"clean": "rm -rf dist&& rm -rf common",
"prepare": "npm run build"

@@ -22,0 +22,0 @@ },

@@ -34,2 +34,12 @@ # The Economist Design System

Automated module publishing is not yet configured.
## Publishing to NPM
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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc