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

@spectrum-web-components/icons

Package Overview
Dependencies
Maintainers
5
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/icons - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1-alpha.52

LICENSE

48

custom-elements.json

@@ -1,1 +0,47 @@

{"version":"experimental","tags":[{"name":"sp-icons-large","path":"./src/index.ts","properties":[{"name":"name","description":"Name of the iconset, used by the IconsetRegistry to serve this icon set\nto consuming icons.","type":"string","default":"\"ui\""}]},{"name":"sp-icons-medium","path":"./src/index.ts","properties":[{"name":"name","description":"Name of the iconset, used by the IconsetRegistry to serve this icon set\nto consuming icons.","type":"string","default":"\"ui\""}]}]}
{
"version": "experimental",
"tags": [
{
"name": "sp-icons-large",
"path": "./sp-icons-large.d.ts",
"attributes": [
{
"name": "name",
"description": "Name of the iconset, used by the IconsetRegistry to serve this icon set\nto consuming icons.",
"type": "string",
"default": "\"ui\""
}
],
"properties": [
{
"name": "name",
"attribute": "name",
"description": "Name of the iconset, used by the IconsetRegistry to serve this icon set\nto consuming icons.",
"type": "string",
"default": "\"ui\""
}
]
},
{
"name": "sp-icons-medium",
"path": "./sp-icons-medium.d.ts",
"attributes": [
{
"name": "name",
"description": "Name of the iconset, used by the IconsetRegistry to serve this icon set\nto consuming icons.",
"type": "string",
"default": "\"ui\""
}
],
"properties": [
{
"name": "name",
"attribute": "name",
"description": "Name of the iconset, used by the IconsetRegistry to serve this icon set\nto consuming icons.",
"type": "string",
"default": "\"ui\""
}
]
}
]
}

6

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.4.0",
"version": "0.4.1-alpha.52+1f7f36f5",
"description": "",

@@ -55,3 +55,3 @@ "main": "src/index.js",

"dependencies": {
"@spectrum-web-components/iconset": "^0.2.0",
"@spectrum-web-components/iconset": "^0.2.1-alpha.52+1f7f36f5",
"lit-element": "^2.1.0",

@@ -61,3 +61,3 @@ "lit-html": "^1.0.0",

},
"gitHead": "75044c0b0aeafaf7c6d90c32c7b4ba1fc9d3bc28"
"gitHead": "1f7f36f5bc1bd448f5a5eeb72a72414712e849ff"
}

@@ -17,4 +17,4 @@ ## Description

```
import '@spectrum-web-components/banner/sp-icons-medium.js';
import '@spectrum-web-components/banner/sp-icons-large.js';
import '@spectrum-web-components/icons/sp-icons-medium.js';
import '@spectrum-web-components/icons/sp-icons-large.js';
```

@@ -25,3 +25,3 @@

```
import { IconsMedium, IconsLarge } from '@spectrum-web-components/banner';
import { IconsMedium, IconsLarge } from '@spectrum-web-components/icons';
```
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