Socket
Socket
Sign inDemoInstall

@chakra-ui/icon

Package Overview
Dependencies
Maintainers
2
Versions
435
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/icon - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

dist/create-icon.d.mts

2

dist/create-icon.d.ts

@@ -0,3 +1,3 @@

import { IconProps } from './icon.js';
import * as _chakra_ui_system from '@chakra-ui/system';
import { IconProps } from './icon.js';

@@ -4,0 +4,0 @@ interface CreateIconOptions {

@@ -1,3 +0,3 @@

export { default as Icon, IconProps, default } from './icon.js';
export { default as Icon, IconProps } from './icon.js';
export { createIcon } from './create-icon.js';
import '@chakra-ui/system';

@@ -25,4 +25,3 @@ 'use client'

Icon: () => Icon,
createIcon: () => createIcon,
default: () => icon_default
createIcon: () => createIcon
});

@@ -94,3 +93,2 @@ module.exports = __toCommonJS(src_exports);

Icon.displayName = "Icon";
var icon_default = Icon;

@@ -97,0 +95,0 @@ // src/create-icon.tsx

{
"name": "@chakra-ui/icon",
"version": "3.1.0",
"version": "3.2.0",
"description": "A base React component for icons",

@@ -35,6 +35,6 @@ "keywords": [

"devDependencies": {
"react-icons": "^4.2.0",
"react": "^18.0.0",
"react-icons": "^4.10.1",
"react": "^18.2.0",
"clean-package": "2.2.0",
"@chakra-ui/system": "2.6.0"
"@chakra-ui/system": "2.6.1"
},

@@ -41,0 +41,0 @@ "peerDependencies": {

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