New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/icon

Package Overview
Dependencies
Maintainers
3
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 0.0.0-dev-20220824082222 to 0.0.0-dev-20220912120959

2

dist/index.cjs.js

@@ -32,3 +32,3 @@ "use strict";

// ../../react-shim.js
// ../../../react-shim.js
var import_react = __toESM(require("react"));

@@ -35,0 +35,0 @@

@@ -6,2 +6,7 @@ import * as _chakra_ui_system from '@chakra-ui/system';

}
/**
* The Icon component renders as an svg element to help define your own custom components.
*
* @see Docs https://chakra-ui.com/docs/components/icon#using-the-icon-component
*/
declare const Icon: _chakra_ui_system.ComponentWithAs<"svg", IconProps>;

@@ -29,3 +34,3 @@

/**
* Default props automatically passed to the component; overwriteable
* Default props automatically passed to the component; overwritable
*/

@@ -32,0 +37,0 @@ defaultProps?: IconProps;

@@ -1,2 +0,2 @@

// ../../react-shim.js
// ../../../react-shim.js
import React from "react";

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

{
"name": "@chakra-ui/icon",
"version": "0.0.0-dev-20220824082222",
"version": "0.0.0-dev-20220912120959",
"description": "A base React component for icons",

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

"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "packages/icon"
"directory": "packages/components/icon"
},

@@ -35,6 +35,6 @@ "bugs": {

"dependencies": {
"@chakra-ui/shared-utils": "0.0.0-dev-20220824082222"
"@chakra-ui/shared-utils": "2.0.1"
},
"devDependencies": {
"@chakra-ui/system": "0.0.0-dev-20220824082222",
"@chakra-ui/system": "0.0.0-dev-20220912120959",
"react-icons": "^4.2.0",

@@ -44,3 +44,3 @@ "react": "^18.0.0"

"peerDependencies": {
"@chakra-ui/system": "0.0.0-dev-20220824082222",
"@chakra-ui/system": "0.0.0-dev-20220912120959",
"react": ">=18"

@@ -47,0 +47,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