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

lit-heroicons

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lit-heroicons - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

8

heroicon.ts

@@ -29,4 +29,4 @@ import { html, LitElement } from "lit";

>
${icons[this.name.toLowerCase()][1].map((e) => {
html`<path ${e}></path>`;
${icons[this.name.toLowerCase()][1].map((e: any) => {
html`<path d=${e.d}></path>`;
})}

@@ -41,4 +41,4 @@ </svg>`

>
${icons[this.name.toLowerCase()][0].map((e) => {
html`<path ${e}></path>`;
${icons[this.name.toLowerCase()][0].map((e: any) => {
html`<path d=${e.d}></path>`;
})}

@@ -45,0 +45,0 @@ </svg>`}`

{
"name": "lit-heroicons",
"version": "0.5.4",
"version": "0.5.5",
"description": "Heroicons for Lit (Project based on heroicons)",

@@ -5,0 +5,0 @@ "main": "heroicon.ts",

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