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.4.5 to 3.5.0

file-add-any.svg

9

CHANGELOG.md

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

## [3.5.0](https://github.com/JetBrains/icons/compare/v3.4.5...v3.5.0) (2019-10-02)
### Features
* **[publish]:** RG-2017 add file type icons ([8ae8225](https://github.com/JetBrains/icons/commit/8ae8225))
### [3.4.5](https://github.com/JetBrains/icons/compare/v3.4.4...v3.4.5) (2019-09-04)

@@ -7,0 +16,0 @@

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,5 +18,5 @@ # JetBrains icons

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.
To add an icon, one should just create an `.svg` file in the "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.
Run `npm start` command to see the demo page.
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