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

@spectrum-web-components/iconset

Package Overview
Dependencies
Maintainers
7
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.6.0 to 0.6.1

6

package.json
{
"name": "@spectrum-web-components/iconset",
"version": "0.6.0",
"version": "0.6.1",
"publishConfig": {

@@ -44,3 +44,3 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.5.0",
"@spectrum-web-components/base": "^0.5.1",
"tslib": "^2.0.0"

@@ -54,3 +54,3 @@ },

],
"gitHead": "7ce77352f6894043bceac9ef92b21e5f85420969"
"gitHead": "df3f333ee26a45f9fc247716b6e8ef051dca630b"
}

@@ -9,2 +9,3 @@ import { __decorate } from "tslib";

import '@spectrum-web-components/icon/sp-icon.js';
import '@spectrum-web-components/help-text/sp-help-text.js';
let DelayedReady = class DelayedReady extends SpectrumElement {

@@ -151,7 +152,8 @@ render() {

autocomplete="off"
></sp-search>
<p class="spectrum-Body spectrum-Body--sizeM">
Showing ${matchingIcons.length} of ${this.icons.length}
available icons.
</p>
>
<sp-help-text slot="help-text">
Showing ${matchingIcons.length} of ${this.icons.length}
available icons.
</sp-help-text>
</sp-search>
</div>

@@ -158,0 +160,0 @@ ${matchingIcons.map((icon) => {

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