Socket
Socket
Sign inDemoInstall

@chakra-ui/react-types

Package Overview
Dependencies
1
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20220824082222 to 0.0.0-dev-20221107161407

22

package.json
{
"name": "@chakra-ui/react-types",
"version": "0.0.0-dev-20220824082222",
"version": "0.0.0-dev-20221107161407",
"description": "",

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

"license": "MIT",
"types": "src/index.d.ts",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -25,3 +25,3 @@ "files": [

"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "utilities/react-types"
"directory": "packages/utilities/react-types"
},

@@ -35,4 +35,16 @@ "bugs": {

"devDependencies": {
"react": "^18.0.0"
}
"react": "^18.0.0",
"clean-package": "2.1.1"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"scripts": {}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc