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

@nordhealth/icons

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nordhealth/icons - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1-alpha.0

24

lib/_data/nordicons.json

@@ -314,7 +314,2 @@ {

{
"title": "interface-cpr-acpr",
"category": "interface",
"tags": "nordicon interface cpr acpr checked symbol checkmark done ready square box container filled"
},
{
"title": "interface-close",

@@ -341,7 +336,12 @@ "category": "interface",

{
"title": "interface-dnr",
"title": "interface-cpr-acpr",
"category": "interface",
"tags": "nordicon interface dnr symbol crossed close exit error square box container filled"
"tags": "nordicon interface cpr acpr checked symbol checkmark done ready square box container filled"
},
{
"title": "interface-cpr-unknown",
"category": "interface",
"tags": "nordicon interface cpr unknown symbol question mark square box container filled"
},
{
"title": "interface-customer-support",

@@ -355,2 +355,7 @@ "category": "interface",

{
"title": "interface-dnr",
"category": "interface",
"tags": "nordicon interface dnr symbol crossed close exit error square box container filled"
},
{
"title": "interface-download",

@@ -540,7 +545,2 @@ "category": "interface",

{
"title": "interface-cpr-unknown",
"category": "interface",
"tags": "nordicon interface cpr unknown symbol question mark square box container filled"
},
{
"title": "interface-record",

@@ -547,0 +547,0 @@ "category": "interface",

@@ -95,3 +95,2 @@ export declare type Nordicon = {

| "interface-checked-small"
| "interface-cpr-acpr"
| "interface-close"

@@ -102,3 +101,4 @@ | "interface-close-small"

| "interface-copy"
| "interface-dnr"
| "interface-cpr-acpr"
| "interface-cpr-unknown"
| "interface-customer-support"

@@ -108,2 +108,3 @@ | "interface-delete"

| "interface-dislike-filled"
| "interface-dnr"
| "interface-download"

@@ -157,3 +158,2 @@ | "interface-dropdown-small"

| "interface-print"
| "interface-cpr-unknown"
| "interface-record"

@@ -160,0 +160,0 @@ | "interface-remove"

{
"name": "@nordhealth/icons",
"version": "3.5.0",
"version": "3.5.1-alpha.0",
"description": "This package includes Nord Design System Nordicons",

@@ -24,4 +24,4 @@ "author": "Nordhealth <support@nordhealth.design>",

"scripts": {
"start": "npm run build",
"build": "run-s lint prepublishOnly",
"start": "pnpm build",
"build": "pnpm lint && node ./scripts/build.js",
"test": "jest",

@@ -32,5 +32,3 @@ "lint": "run-s lint:json lint:svg",

"tags": "node ./scripts/tag-icons.js",
"prepush": "npm run lint",
"prepublishOnly": "node ./scripts/build.js",
"prepare": "npm run prepublishOnly"
"prepush": "pnpm lint"
},

@@ -43,12 +41,13 @@ "jest": {

"devDependencies": {
"ajv-cli": "5.0.0",
"fs-extra": "11.2.0",
"inquirer": "10.2.0",
"jest": "29.7.0",
"jest-image-snapshot": "6.4.0",
"npm-run-all": "4.1.5",
"sharp": "0.33.5",
"svglint": "3.0.0"
"ajv-cli": "^5.0.0",
"chalk": "^2.4.2",
"fs-extra": "^11.2.0",
"inquirer": "^8.2.4",
"jest": "^29.7.0",
"jest-image-snapshot": "^6.4.0",
"npm-run-all": "^4.1.5",
"sharp": "^0.33.5",
"svglint": "^3.0.0"
},
"gitHead": "61a0bb78ba949925d79ca8ebf2476f333be78936"
"gitHead": "45f51d9f7ed25ba9fbc41ed8ef1ce5d879930417"
}

@@ -7,6 +7,6 @@ ![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 test` - Run all tests once.
- `npm test -- -u` - Runs all tests once and updates failing screenshot snapshots.
- `npm run tags` - Run CL-I helper util to add category and tags to any icons, plus format and sort metadata file.
- `pnpm build` - Builds the project.
- `pnpm test` - Run all tests once.
- `pnpm test -- -u` - Runs all tests once and updates failing screenshot snapshots.
- `pnpm tags` - Run CLI helper util to add category and tags to any icons, plus format and sort metadata file.

@@ -17,4 +17,4 @@ ## Adding icon(s)

2. Add the file(s) to the `src/assets` directory within the `icons` package
3. Run `npm run tags` and follow the steps to update the project with the new icon(s)
4. Run `npm test -- -u` to test the new icon(s) and update screenshot snapshots
3. Run `pnpm tags` and follow the steps to update the project with the new icon(s)
4. Run `pnpm test -- -u` to test the new icon(s) and update screenshot snapshots

@@ -21,0 +21,0 @@ ## License

Sorry, the diff of this file is too big to display

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