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

@hig/icons

Package Overview
Dependencies
Maintainers
4
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/icons - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

build/svg/information-dense/add-folder.svg

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [@hig/icons-v3.1.0](https://github.com/Autodesk/hig/compare/@hig/icons@3.0.1...@hig/icons@3.1.0) (2019-07-24)
### Features
* distribute SVG source files with [@hig](https://github.com/hig)/icons ([18ac0ed](https://github.com/Autodesk/hig/commit/18ac0ed))
# [@hig/icons-v3.0.1](https://github.com/Autodesk/hig/compare/@hig/icons@3.0.0...@hig/icons@3.0.1) (2019-07-16)

@@ -2,0 +9,0 @@

6

package.json
{
"name": "@hig/icons",
"version": "3.0.1",
"version": "3.1.0",
"description": "HIG icon assets",

@@ -35,4 +35,6 @@ "author": "Autodesk Inc.",

"scripts": {
"build": "hig-scripts-build",
"build": "yarn build:core && yarn dist:icons",
"build:core": "hig-scripts-build",
"build-icons": "node scripts/build-icons/index.js",
"dist:icons": "mkdir -p build/svg && cp -r src/icons/* build/svg",
"lint": "hig-scripts-lint",

@@ -39,0 +41,0 @@ "test": "hig-scripts-test",

@@ -41,1 +41,5 @@ # Icons

This will use SVGO to optimize the new icon, and update our release files. Remember to commit these changes.
## Accessing SVG source files
SVG source files for all icons are available in the `/svg` subdirectory of the `@hig/icons` package (e.g. `./node_modules/@hig/icons/svg`).
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