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.0.4 to 0.0.5

dist/generated/heroicons.d.ts

2

dist/heroicon.d.ts
import { LitElement } from "lit-element";
import { HeroIconName } from "./src/heroicons";
import { HeroIconName } from "./generated/heroicons";
export declare class Heroicon extends LitElement {

@@ -4,0 +4,0 @@ solid: boolean;

@@ -11,3 +11,3 @@ "use strict";

const lit_element_1 = require("lit-element");
const heroicons_1 = require("./src/heroicons");
const heroicons_1 = require("./generated/heroicons");
let Heroicon = class Heroicon extends lit_element_1.LitElement {

@@ -14,0 +14,0 @@ constructor() {

@@ -13,4 +13,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./src/heroicons"), exports);
__exportStar(require("./generated/heroicons"), exports);
__exportStar(require("./heroicon"), exports);
//# sourceMappingURL=index.js.map
{
"name": "lit-heroicons",
"version": "0.0.4",
"version": "0.0.5",
"description": "Heroicons for Lit (Project based on heroicons)",

@@ -10,6 +10,3 @@ "main": "dist/index.js",

"files": [
"dist/src/heroicons.js",
"dist/src/heroicons.d.ts",
"dist/heroicon.js",
"dist/heroicon.d.ts"
"dist"
],

@@ -20,3 +17,3 @@ "scripts": {

"build": "npm run build:icons && npm run build:dist",
"clean": "rm -rf src && rm -rf index.js && rm -rf index.mjs && rm -rf index.d.ts"
"clean": "rm -rf generated && rm -rf dist"
},

@@ -23,0 +20,0 @@ "author": "Justin Voitel <justin.voitel@gmail.com>",

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