Socket
Socket
Sign inDemoInstall

@vyro-x/components-kit

Package Overview
Dependencies
212
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

README.md

17

package.json
{
"name": "@vyro-x/components-kit",
"version": "1.0.5",
"version": "1.0.6",
"description": "Intergrates components accross all frontends in vyro ecosystem.",

@@ -32,5 +32,2 @@ "sideEffects": false,

"@chakra-ui/babel-plugin": "^1.0.8",
"@chakra-ui/icon": "3.0.0",
"@chakra-ui/system": "2.0.0",
"@chakra-ui/utils": "2.0.0",
"@graphql-codegen/cli": "^2.16.5",

@@ -40,2 +37,3 @@ "@graphql-codegen/client-preset": "^1.3.0",

"cross-env": "^7.0.3",
"nodemon": "^3.0.3",
"react": "^18.0.0",

@@ -46,8 +44,4 @@ "rimraf": "^5.0.5"

"@apollo/client": "^3.9.4",
"@chakra-ui/icon": ">=2",
"@chakra-ui/layout": "^2.3.1",
"@chakra-ui/image": "^2.1.0",
"@chakra-ui/system": ">=2.0.0-next.0",
"@chakra-ui/tooltip": "^2.3.1",
"@chakra-ui/utils": "2.0.0",
"@chakra-ui/react": "^2.5.0",
"@chakra-ui/icons": "^2.0.17",
"@emotion/react": "^11.10.5",

@@ -65,3 +59,4 @@ "@emotion/styled": "^11.10.5",

"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"watch": "rm -rf dist/* && tsc-watch",
"watch": "nodemon --watch \"src/**\" --ext \"ts,json,tsx\" --exec \"npm run build:esm && npm run build:types\"",
"watch:cjs": "nodemon --watch \"src/**\" --ext \"ts,json,tsx\" --exec \"npm run build:cjs && npm run build:types\"",
"codegen:graphql": "graphql-codegen",

@@ -68,0 +63,0 @@ "codegen": "npm run codegen:graphql"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc