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.0.16 to 3.1.0

dist/chunk-2GBDXOMA.mjs

2

dist/create-icon.js

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

'use client'
"use strict";

@@ -111,1 +112,2 @@ var __defProp = Object.defineProperty;

});
//# sourceMappingURL=create-icon.js.map

2

dist/icon.d.ts
import * as _chakra_ui_system from '@chakra-ui/system';
import { ChakraProps } from '@chakra-ui/system';
declare type Orientation = "vertical" | "horizontal";
type Orientation = "vertical" | "horizontal";
interface IconProps extends Omit<React.SVGAttributes<SVGElement>, keyof ChakraProps>, ChakraProps {

@@ -6,0 +6,0 @@ orientation?: Orientation;

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

'use client'
"use strict";

@@ -94,1 +95,2 @@ var __defProp = Object.defineProperty;

});
//# sourceMappingURL=icon.js.map

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

'use client'
"use strict";

@@ -115,1 +116,2 @@ var __defProp = Object.defineProperty;

});
//# sourceMappingURL=index.js.map
{
"name": "@chakra-ui/icon",
"version": "3.0.16",
"version": "3.1.0",
"description": "A base React component for icons",

@@ -37,4 +37,4 @@ "keywords": [

"react": "^18.0.0",
"clean-package": "2.1.1",
"@chakra-ui/system": "2.4.0"
"clean-package": "2.2.0",
"@chakra-ui/system": "2.6.0"
},

@@ -46,10 +46,2 @@ "peerDependencies": {

"clean-package": "../../../clean-package.config.json",
"tsup": {
"clean": true,
"target": "es2019",
"format": [
"cjs",
"esm"
]
},
"module": "dist/index.mjs",

@@ -56,0 +48,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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