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

@coreui/icons-vue

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coreui/icons-vue - npm Package Compare versions

Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2

3

dist/index.es.js

@@ -85,2 +85,3 @@ import { defineComponent, inject, h } from 'vue';

}
console.log(icon);
return icon;

@@ -97,3 +98,3 @@ }

const classNames = (() => {
return props.customClasses || ['icon', { [`icon-${size()}`]: size() }];
return [props.customClasses || ['icon', { [`icon-${size()}`]: size() }], attrs.class];
})();

@@ -100,0 +101,0 @@ return () => [

@@ -89,2 +89,3 @@ 'use strict';

}
console.log(icon);
return icon;

@@ -101,3 +102,3 @@ }

const classNames = (() => {
return props.customClasses || ['icon', { [`icon-${size()}`]: size() }];
return [props.customClasses || ['icon', { [`icon-${size()}`]: size() }], attrs.class];
})();

@@ -104,0 +105,0 @@ return () => [

{
"name": "@coreui/icons-vue",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -90,2 +90,3 @@ import { defineComponent, h, inject } from 'vue'

}
console.log(icon)
return icon

@@ -107,3 +108,3 @@ }

const classNames = (() => {
return props.customClasses || ['icon', { [`icon-${size()}`]: size() }]
return [props.customClasses || ['icon', { [`icon-${size()}`]: size() }], attrs.class]
})()

@@ -110,0 +111,0 @@

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