Socket
Socket
Sign inDemoInstall

@dynamic-labs/iconic

Package Overview
Dependencies
Maintainers
0
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/iconic - npm Package Compare versions

Comparing version 3.0.0-alpha.54 to 3.0.0-alpha.55

4

package.json
{
"name": "@dynamic-labs/iconic",
"version": "3.0.0-alpha.54",
"version": "3.0.0-alpha.55",
"repository": {

@@ -33,5 +33,5 @@ "type": "git",

"dependencies": {
"@dynamic-labs/logger": "3.0.0-alpha.54",
"@dynamic-labs/logger": "3.0.0-alpha.55",
"sharp": "0.33.2"
}
}
### Adding an icon
1. Add the SVG file to the appropriate folder
1. Add a `createIconic` component to the `index.ts` in that folder for that icon (iconName should be lowercase)
1. run `nvm use`
1. run `npx nx run iconic:build` to update the sprite.svg
1. run `npx nx run iconic:test -u` to update the snapshot
1. Open a PR
1. After merge, release (see below)
2. Add a `createIconic` component to the `index.ts` in that folder for that icon (iconName should be lowercase)
3. run `nvm use`
4. run `npx nx run iconic:build` to update the sprite.svg
5. run `npx nx run iconic:test -u` to update the snapshot
6. Open a PR
7. After merge, release (see below)

@@ -14,4 +14,5 @@ ### Updating an icon

1. Update SVG file with new data
1. Open a PR
1. After merge Release (see below), which will update the sprite.svg
2. run `npx nx run iconic:build` to update the sprite.svg
3. Open a PR
4. After merge Release (see below), which will update the sprite.svg

@@ -18,0 +19,0 @@ _It will take up to 24 hours for new icon to be seen due to cache_

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