🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
0.6.6

11

heroicon.ts

@@ -8,2 +8,13 @@ import { css, html, LitElement } from "lit";

export class Heroicon extends LitElement {
static get styles() {
return [
super.styles,
css`
div {
color: red;
}
`,
];
}
@property()

@@ -10,0 +21,0 @@ name: HeroIconName = "LightningBolt";

2

package.json
{
"name": "lit-heroicons",
"version": "0.6.5",
"version": "0.6.6",
"description": "Heroicons for Lit (Project based on heroicons)",

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