Socket
Socket
Sign inDemoInstall

v-remixicon

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

dist/v-remixicon.cjs.js

@@ -36,3 +36,3 @@ 'use strict';

const icon = vue.computed(() => {
if (props.path) return path;
if (props.path) return props.path;

@@ -39,0 +39,0 @@ const icon = icons[props.name];

@@ -32,3 +32,3 @@ import { inject, computed, h } from 'vue';

const icon = computed(() => {
if (props.path) return path;
if (props.path) return props.path;

@@ -35,0 +35,0 @@ const icon = icons[props.name];

{
"name": "v-remixicon",
"description": "Vue component wrapper for remixicon",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {

@@ -6,0 +6,0 @@ "build:icons": "node scripts/icons.build.js",

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