Socket
Socket
Sign inDemoInstall

@equinor/fusion-wc-icon

Package Overview
Dependencies
8
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.16 to 1.0.17

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.17](https://github.com/equinor/fusion-web-components/compare/@equinor/fusion-wc-icon@1.0.16...@equinor/fusion-wc-icon@1.0.17) (2022-01-19)
**Note:** Version bump only for package @equinor/fusion-wc-icon
## [1.0.16](https://github.com/equinor/fusion-web-components/compare/@equinor/fusion-wc-icon@1.0.15...@equinor/fusion-wc-icon@1.0.16) (2021-10-29)

@@ -8,0 +16,0 @@

2

lib/custom-elements.json

@@ -12,3 +12,3 @@ {

"name": "style",
"default": "css`\n :host {\n display: inline-flex;\n height: 1.5em;\n width: 1.5em;\n }\n svg {\n height: auto;\n width: auto;\n fill: currentColor;\n }\n`"
"default": "css`\n :host {\n display: inline-flex;\n height: 1.5em;\n width: 1.5em;\n }\n svg {\n height: 100%;\n width: auto;\n fill: currentColor;\n }\n`"
}

@@ -15,0 +15,0 @@ ],

@@ -9,3 +9,3 @@ import { css } from 'lit';

svg {
height: auto;
height: 100%;
width: auto;

@@ -12,0 +12,0 @@ fill: currentColor;

{
"name": "@equinor/fusion-wc-icon",
"version": "1.0.16",
"version": "1.0.17",
"description": "",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

},
"gitHead": "7a3f373678f46912abd9e3314e97d22ae0c2196f"
"gitHead": "bc8e1b1dd1af18c60cfffd62bdc38e9de5938daa"
}

@@ -10,3 +10,3 @@ import { css } from 'lit';

svg {
height: auto;
height: 100%;
width: auto;

@@ -13,0 +13,0 @@ fill: currentColor;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc