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

@pikas-ui/icons

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pikas-ui/icons - npm Package Compare versions

Comparing version 3.3.6 to 3.3.7

2

dist/customIcon/CustomIcon.d.ts

@@ -5,3 +5,3 @@ import { IconProps } from '../types.js';

declare type CustomIconProps = IconProps & {
type CustomIconProps = IconProps & {
children?: ReactNode;

@@ -8,0 +8,0 @@ };

@@ -5,3 +5,3 @@ import { IconProps } from '../types.js';

declare type IconByNameProps = IconProps & {
type IconByNameProps = IconProps & {
name: string;

@@ -8,0 +8,0 @@ };

import { PikasCSS, PikasColor } from '@pikas-ui/styles';
import { MouseEvent } from 'react';
declare type IconCSS = {
type IconCSS = {
container?: PikasCSS;
svg?: PikasCSS;
};
declare type IconProps = {
type IconProps = {
className?: string;

@@ -10,0 +10,0 @@ size?: number | string;

{
"name": "@pikas-ui/icons",
"version": "3.3.6",
"version": "3.3.7",
"private": false,

@@ -43,3 +43,3 @@ "keywords": [

"@iconify/react": "4.0.0",
"@pikas-ui/styles": "3.5.6",
"@pikas-ui/styles": "3.5.7",
"iconify-icon": "1.0.1"

@@ -53,13 +53,13 @@ },

"@pikas/prettier": "1.0.0",
"eslint-config-custom": "1.0.0",
"@pikas/tsconfig": "1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-dom": "18.0.9",
"cross-env": "7.0.3",
"eslint": "8.27.0",
"tsup": "6.4.0",
"typescript": "4.8.4"
"eslint-config-custom": "1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "6.5.0",
"typescript": "4.9.3"
},

@@ -66,0 +66,0 @@ "node": "12.20.0 || 14.13.1 || >=16.0.0",

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