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.6.5 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",

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