Socket
Socket
Sign inDemoInstall

@kongponents/kicon

Package Overview
Dependencies
Maintainers
4
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kongponents/kicon - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

icons/icn-spinner.svg

2

icons/index.js

@@ -17,2 +17,3 @@ import collapseExpand from './icn-collapse-expand.svg'

import externalLink from './icn-external-link.svg'
import spinner from './icn-spinner.svg'

@@ -31,2 +32,3 @@ export default {

security,
spinner,
support,

@@ -33,0 +35,0 @@ trash,

@@ -12,6 +12,13 @@ import { storiesOf } from '@storybook/vue'

${iconNames.map(name => {
return `<KIcon icon="${name}" />
`
if (name !== 'spinner') {
return `<KIcon icon="${name}" />`
}
}).join('')}
</div>`
}), { info: {} })
.add('Spinner', () => ({
components: { KIcon },
template: `<div style="background: rgba(0,0,0,.45)">
<KIcon icon="spinner" view-box="0 0 16 16" />
</div>`
}), {info: {}})

4

package.json
{
"name": "@kongponents/kicon",
"version": "0.2.0",
"version": "0.2.1",
"description": "Icon component",

@@ -19,3 +19,3 @@ "main": "KIcon.vue",

"homepage": "https://github.com/Kong/kongponents#readme",
"gitHead": "21392223cc1ffb80e8f3db12ecd8a64323b12efd"
"gitHead": "bf15fcb794293e13e95c4e6d5d5ac05d016c197e"
}

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