Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@assecosolutions/fox-icon

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-icon - npm Package Compare versions

Comparing version 0.0.1-alpha.7.0.1 to 0.0.1-alpha.7.0.11

2

lib/FoxIcon.d.ts
import { LitElement } from 'lit-element';
declare global {
interface HTMLElementTagNameMap {
'mwc-icon': FoxIcon;
'fox-icon': FoxIcon;
}

@@ -6,0 +6,0 @@ }

@@ -7,3 +7,3 @@ import { customElement, html, LitElement } from 'lit-element';

interface HTMLElementTagNameMap {
'mwc-icon': FoxIcon;
'fox-icon': FoxIcon;
}

@@ -10,0 +10,0 @@ }

{
"name": "@assecosolutions/fox-icon",
"version": "0.0.1-alpha.7.0.1",
"version": "0.0.1-alpha.7.0.11",
"public": true,

@@ -5,0 +5,0 @@ "lib": {

@@ -6,2 +6,3 @@ # 🦊 Fox - Future Open Experience

## Installation
```bash

@@ -12,2 +13,3 @@ npm i @assecosolutions/fox-icon

## Usage
```html

@@ -19,5 +21,18 @@ <script type="module">

<fox-icon>edit</fox-icon>
```
## Docs
You can find the Material Icons here
[Official documentation](https://material.io/resources/icons/?style=baseline) <br>
If you are not using Material Icons inside your Project don´t forget to import
```html
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
```
## Further Reading

@@ -33,4 +48,4 @@

| ![Burak Topal](https://avatars3.githubusercontent.com/u/17909825?u=1026b9f16dd1c7dbf72b3fe3295c1aa834b81ce4&v=4&s=100 "Burak Topal") | ![Jari Möllenbernd](https://avatars2.githubusercontent.com/u/974638?u=8c61e7d54df0341c68cca59bd8fd0187154d03c8&v=4&s=100 "Jari Möllenbernd") | <img src="https://avatars0.githubusercontent.com/u/17983201?s=100&v=3" width="100" alt="Julia Nissen" /> |
| ![Burak Topal](https://avatars3.githubusercontent.com/u/17909825?u=1026b9f16dd1c7dbf72b3fe3295c1aa834b81ce4&v=4&s=100 'Burak Topal') | ![Jari Möllenbernd](https://avatars2.githubusercontent.com/u/974638?u=8c61e7d54df0341c68cca59bd8fd0187154d03c8&v=4&s=100 'Jari Möllenbernd') | <img src="https://avatars0.githubusercontent.com/u/17983201?s=100&v=3" width="100" alt="Julia Nissen" /> |
| :----------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------: |
| Burak Topal ([@biggisb](https://github.com/Biggisb)) | Jari Möllenbernd ([@jarmee](https://github.com/jarmee)) | Julia Nissen ([@JuliaNssn](https://github.com/JuliaNssn)) |
{
"extends": "../../../../../tsconfig.base.json",
"compilerOptions": {
"skipLibCheck": true,
"strict": true,
"noImplicitAny": false,
"target": "es2018",

@@ -7,3 +11,2 @@ "module": "esnext",

"lib": ["es2017", "dom"],
"strict": true,
"noUnusedLocals": true,

@@ -20,8 +23,15 @@ "noUnusedParameters": true,

"inlineSources": true,
"rootDir": "./",
"rootDir": "./src",
"declaration": true
},
"include": ["*.ts"]
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../../../../dist/out-tsc",
"outDir": "../../../../../dist/@assecosolutions/fox-icon",
"types": []

@@ -6,0 +6,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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