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

@hackclub/icons

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hackclub/icons - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

docs/.nowignore

15

docs/index.js

@@ -18,9 +18,14 @@ import React from 'react'

h1 {
font-size: 24px;
font-weight: bold;
color: #666;
font-size: 32px;
font-weight: 800;
}
h1 span {
color: #e42d42;
}
nav a {
color: #444;
font-size: 16px;
font-weight: 600;
margin: 0 16px;
color: #333;
}

@@ -45,3 +50,5 @@ nav a:hover {

`}</style>
<h1>@hackclub/icons</h1>
<h1>
@hackclub/<span>icons</span>
</h1>
<nav>

@@ -48,0 +55,0 @@ <a href="https://github.com/hackclub/icons">GitHub</a>

{
"name": "@hackclub/icons",
"version": "0.0.1",
"version": "0.0.2",
"description": "Hack Club’s iconset, a superset of spectrum-icons",

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

"dependencies": {
"react": "^16.4.2"
"react": "^16.8.3"
},
"devDependencies": {
"@compositor/x0": "^6.0.5",
"@compositor/x0": "^6.0.7",
"babel-cli": "^6.26.0",

@@ -26,3 +26,3 @@ "babel-preset-env": "^1.7.0",

"babel-preset-stage-0": "^6.24.1",
"prop-types": "^15.6.2"
"prop-types": "^15.7.2"
},

@@ -29,0 +29,0 @@ "repository": {

@@ -25,1 +25,29 @@ # `@hackclub/icons`

```
## Development Setup
1. Clone & enter the repo.
```sh
$ git clone https://github.com/hackclub/icons.git
$ cd icons
```
2. Install dependencies.
```sh
$ npm install
```
3. Setup docs (optional, do this if you’ve added icons).
```sh
npm run prepare
npm run docs
```
4. Run locally.
```sh
npm run dev
```

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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