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

@cavilha/icon

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cavilha/icon - npm Package Compare versions

Comparing version 0.0.0-alpha.0 to 0.0.0-alpha.1

dist/index.cjs.js

3

dist/Icon.d.ts

@@ -1,4 +0,4 @@

import React from 'react';
import { CSS } from '@cavilha/theme';
import { IconProp } from '@fortawesome/fontawesome-svg-core';
import React from 'react';
import type * as Polymorphic from '@radix-ui/react-polymorphic';

@@ -12,2 +12,3 @@ declare const DEFAULT_TAG = "i";

iconSize?: number;
iconColor?: string;
children?: React.ReactNode;

@@ -14,0 +15,0 @@ css?: CSS;

{
"name": "@cavilha/icon",
"version": "0.0.0-alpha.0",
"version": "0.0.0-alpha.1",
"description": "An polimorfic icon component builded to work together with FontAwesome library",
"author": "MadeiraMadeira webstore squads",
"license": "ISC",
"source": "dist/index.cjs",
"main": "dist/index.cjs",
"module": "dist/index.es",
"source": "dist/index.cjs.js",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",

@@ -46,8 +46,5 @@ "files": [

"dependencies": {
"@cavilha/theme": "0.0.0-alpha.0"
"@cavilha/theme": "0.0.0-alpha.2"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@stitches/react": "v0.2.2",
"@fortawesome/fontawesome-pro": "^5.15.2",

@@ -58,3 +55,6 @@ "@fortawesome/fontawesome-svg-core": "^1.2.34",

"@fortawesome/react-fontawesome": "^0.1.14",
"@radix-ui/react-polymorphic": "^0.0.12"
"@radix-ui/react-polymorphic": "0.0.13",
"@stitches/react": "v0.2.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},

@@ -61,0 +61,0 @@ "devDependencies": {

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