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

@chakra-ui/c-icon

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/c-icon - npm Package Compare versions

Comparing version 0.0.0-dev-20230423114042 to 0.0.0-dev-20230425055502

17

package.json
{
"name": "@chakra-ui/c-icon",
"description": "Chakra UI Vue | A component to display icons in the browser component",
"version": "0.0.0-dev-20230423114042",
"main": "./index.ts",
"version": "0.0.0-dev-20230425055502",
"main": "dist/index.js",
"clean-package": "../../clean-package.config.json",

@@ -18,4 +18,4 @@ "author": "Jonathan Bakebwa <codebender828@gmail.com>",

"dependencies": {
"@chakra-ui/vue-system": "0.0.0-dev-20230423114042",
"@chakra-ui/vue-utils": "0.0.0-dev-20230423114042"
"@chakra-ui/vue-system": "0.0.0-dev-20230425055502",
"@chakra-ui/vue-utils": "0.0.0-dev-20230425055502"
},

@@ -31,2 +31,11 @@ "devDependencies": {

},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.mjs"
}
},
"scripts": {

@@ -33,0 +42,0 @@ "clean": "rimraf dist .turbo",

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