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

@clearkit/icons

Package Overview
Dependencies
Maintainers
4
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clearkit/icons - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

icons/glyphs/docs.svg

10

package.json
{
"name": "@clearkit/icons",
"version": "0.1.0",
"version": "0.2.0",
"description": "A directory of ClearKit glyph icons for consumption by the ClearKit React component library.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "np --no-tests"
},

@@ -31,3 +32,6 @@ "publishConfig": {

},
"homepage": "https://github.com/clearbit/clearkit-icons#readme"
"homepage": "https://github.com/clearbit/clearkit-icons#readme",
"devDependencies": {
"np": "^5.2.1"
}
}
# clearkit-icons
Icons for consumption by the ClearKit React component library.
## Setup
```bash
yarn
```
## Deployment
Make sure you're on `master` and that you have a clean Git status. Run the following command, and `np` will walk you through the steps to getting the library published to NPM.
```bash
yarn deploy
```
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