Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nordhealth/tokens

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nordhealth/tokens - npm Package Compare versions

Comparing version 7.1.1 to 7.1.2-alpha.0

24

package.json
{
"name": "@nordhealth/tokens",
"version": "7.1.1",
"version": "7.1.2-alpha.0",
"description": "This package includes Nord Design System tokens",

@@ -19,21 +19,21 @@ "author": "Nordhealth <support@nordhealth.design>",

"devDependencies": {
"npm-run-all": "4.1.5",
"onchange": "7.1.0",
"optimist": "0.6.1",
"theo": "8.1.5"
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"optimist": "^0.6.1",
"theo": "^8.1.5"
},
"scripts": {
"clean": "rm -rf lib",
"prepublish": "npm run build",
"test": "npm run theo",
"prepublish": "pnpm build",
"test": "pnpm theo",
"theo": "theo ./src/${THEO_INPUT:-tokens.yml} --transform web --format custom-properties.css,scss,json,raw.json,module.js,common.js,ios.json,android.xml,less,styl,map.scss --dest ./lib",
"theo:nord": "THEO_INPUT=color-nord.yml npm run theo",
"theo:nord": "THEO_INPUT=color-nord.yml pnpm theo",
"theo:nord-dark": "THEO_INPUT=color-nord-dark.yml npm run theo",
"theo:nord-high-contrast": "THEO_INPUT=color-nord-high-contrast.yml npm run theo",
"theo:nord-dark-high-contrast": "THEO_INPUT=color-nord-dark-high-contrast.yml npm run theo",
"watch:theo": "onchange -v --await-write-finish 500 \"./src/*.yml\" -- npm run build",
"theo:nord-high-contrast": "THEO_INPUT=color-nord-high-contrast.yml pnpm theo",
"theo:nord-dark-high-contrast": "THEO_INPUT=color-nord-dark-high-contrast.yml pnpm theo",
"watch:theo": "onchange -v --await-write-finish 500 \"./src/*.yml\" -- pnpm build",
"start": "run-s build watch:theo",
"build": "run-p --aggregate-output clean theo theo:*"
},
"gitHead": "daa96bd6d5f9fbb52a04cd84f3a4cff9b224f389"
"gitHead": "45f51d9f7ed25ba9fbc41ed8ef1ce5d879930417"
}

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

![Tests](https://github.com/nordhealth/design-system/workflows/Tests/badge.svg) ![Build and deploy](https://github.com/nordhealth/design-system/workflows/Build%20and%20deploy/badge.svg)
![Run tests](https://github.com/nordhealth/design-system/actions/workflows/tests.yml/badge.svg) ![Publish packages to production](https://github.com/nordhealth/design-system/actions/workflows/publish-production.yml/badge.svg) ![Deploy to GitHub Pages](https://github.com/nordhealth/design-system/actions/workflows/deploy.yml/badge.svg)

@@ -9,5 +9,5 @@ # Nord Design Tokens

- `npm start` - Compile tokens, start watching for changes.
- `npm run build` - Builds the project.
- `npm test` - Run all tests once.
- `pnpm start` - Compile tokens, start watching for changes.
- `pnpm build` - Builds the project.
- `pnpm test` - Run all tests once.

@@ -14,0 +14,0 @@ ## License

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