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

@nordhealth/css

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nordhealth/css - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1-alpha.0

17

package.json
{
"name": "@nordhealth/css",
"version": "3.3.0",
"version": "3.3.1-alpha.0",
"description": "This package includes Nord Design System CSS framework",

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

"scripts": {
"build": "npm run typecheck && node ./build.js",
"build": "pnpm typecheck && node ./build.js",
"typecheck": "tsc --noEmit --allowJs --resolveJsonModule src/*.js",
"start": "wds --watch",
"prepare": "npm run build",
"prepush": "npm run typecheck"
"prepush": "pnpm typecheck"
},

@@ -31,6 +30,6 @@ "bugs": {

"devDependencies": {
"@nordhealth/fonts": "^3.0.1",
"@nordhealth/tokens": "^7.1.1",
"@web/dev-server": "0.4.6",
"clean-css": "5.3.3"
"@nordhealth/fonts": "^3.0.2-alpha.0",
"@nordhealth/tokens": "^7.1.2-alpha.0",
"@web/dev-server": "^0.4.6",
"clean-css": "^5.3.3"
},

@@ -40,3 +39,3 @@ "dependencies": {

},
"gitHead": "61a0bb78ba949925d79ca8ebf2476f333be78936"
"gitHead": "45f51d9f7ed25ba9fbc41ed8ef1ce5d879930417"
}

@@ -9,4 +9,4 @@ ![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)

- `npm run build` - Builds the project.
- `npm run start` - Starts a local dev server, watches for changes, on a local development server, port 3333.
- `pnpm build` - Builds the project.
- `pnpm start` - Starts a local dev server, watches for changes, on a local development server, port 3333.

@@ -13,0 +13,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