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

@hafslundnett/hdd-icons

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hafslundnett/hdd-icons

Icons used across Hafslund Nett projects.

  • 1.5.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

@hafslundnett/hdd-icons

Hdd icons for web services and native apps.

Installation

TBD: Install via CDN (preferred)

Use the latest version:

<!-- <script src="https://"></script> -->

Or choose a specific version:

<!-- <script src="https://"></script> -->

Install npm package

yarn install @hafslundnett/hdd-icons -dev
import hddIcons from '@hafslundnett/hdd-icons'    // Vanilla JS
import {HddIcon} from '@hafslundnett/hdd-icons/hdd-icons.jsx' // ...or React/Preact compatible JSX

Local development

First clone @hafslundnett/hdd-icons and install its dependencies:

git clone git@github.com:hafslundnett/hdd.git
cd hdd/packages/hdd-icons/
yarn install
yarn start # Your browser will open documentation with hot reloading

Building and committing

After having applied changes, remember to build before pushing the changes upstream.

git checkout -b feature/my-changes
# update the source code
yarn build
git commit -am "feat: add my changes"
git push origin feature/my-changes
# then make a PR to the master branch,
# and assign another developer to review your code

NOTE! Please also make sure to keep commits small and clean (that the commit message actually refers to the updated files).
Make sure the commit message is Capitalized and starts with an imperative verb (for example feat: add minification support). Preferrably follow the commitizen standard.

FAQs

Package last updated on 24 Oct 2019

Did you know?

Socket

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.

Install

Related posts

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