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

@jetbrains/icons

Package Overview
Dependencies
Maintainers
8
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jetbrains/icons - npm Package Compare versions

Comparing version 3.3.1 to 3.4.1

average.svg

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

### [3.4.1](https://github.com/JetBrains/icons/compare/v3.3.1...v3.4.1) (2019-09-03)
### [3.3.1](https://github.com/JetBrains/icons/compare/v3.3.0...v3.3.1) (2019-09-02)

@@ -7,0 +11,0 @@

3

package.json
{
"name": "@jetbrains/icons",
"version": "3.3.1",
"version": "3.4.1",
"description": "Jetbrains Web UI Icons Library",

@@ -32,2 +32,3 @@ "main": "index.js",

"scripts": {
"start": "node example/index.js",
"build": "svgo -f src -o . --config=svgo.yml",

@@ -34,0 +35,0 @@ "commit": "git-cz",

@@ -15,1 +15,8 @@ # JetBrains icons

You might need to set up appropriate infrastracture to use icons in your app. We recommend to use [webpack](https://webpack.github.io/) and [svg-sprite-loader](https://github.com/kisenka/svg-sprite-loader) in order to use this icons in your app.
## Contributing
To add an icon, one should just create .svg file in "src" directory. All icons are processed with SVGO on publish. Even though SVGO removes pretty every unnecessary attribute, please ensure that file doesn't contain generated IDs, `<title>`-element or any other junk.
Every SVG file should have "width" and "height" attributes set.
Run `npm start` command to see the demo page.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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