New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@steeze-ui/heroicons

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@steeze-ui/heroicons - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

package.json
{
"name": "@steeze-ui/heroicons",
"description": "Icon Sources (based on heroicons) built for @steeze-ui/icons",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",

@@ -48,5 +48,6 @@ "main": "index.js",

"exports": {
"./package.json": "./package.json"
"./package.json": "./package.json",
".": "./index.js"
},
"readme": "# READ THIS FIRST\n\nThis project is still in experimental development. Expect bugs and breaking changes!\n\n## Overview\n\nEffortless Icon Pack for Heroicons\n\n- Based on [Heroicons](https://heroicons.dev/)\n- Defines the Icon Source to be used in any [steeze-ui icon component](https://github.com/steeze-ui/icons/tree/main/packages/components)\n\n## Installation\n\n```bash\nnpm i -D @steeze-ui/heroicons\n```\n\n## Usage\n\n```js\nimport { LightningBolt } from '@steeze-ui/heroicons'\n```\n\n## Documentation\n\n### Themes\n\n| Value | Description |\n| ------- | -------------------------------- |\n| default | The outline version of the Icons |\n| solid | The solid version of the Icons |\n\n### Other Icon Packs\n\nFor all other available Icon Packs visit [steeze-ui/icons](https://github.com/steeze-ui/icons)\n\n## Development\n\nThis repo uses pnpm. To build a new version of the package just run:\n\n```bash\npnpm install && pnpm package\n```\n\nThis produces a ready-to-publish package for the npm registry\n"
}
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