Socket
Socket
Sign inDemoInstall

@chakra-ui/control-box

Package Overview
Dependencies
Maintainers
4
Versions
390
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/control-box - npm Package Compare versions

Comparing version 1.0.0-next.5 to 1.0.0-next.6

9

CHANGELOG.md

@@ -6,4 +6,13 @@ # Change Log

# [1.0.0-next.6](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/control-box@1.0.0-next.5...@chakra-ui/control-box@1.0.0-next.6) (2020-07-15)
**Note:** Version bump only for package @chakra-ui/control-box
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0-next.5 (2020-07-15)
**Note:** Version bump only for package @chakra-ui/control-box

15

package.json
{
"name": "@chakra-ui/control-box",
"version": "1.0.0-next.5",
"version": "1.0.0-next.6",
"description": "Chakra UI ControlBox component",

@@ -20,4 +20,3 @@ "keywords": [

"files": [
"dist",
"src"
"dist"
],

@@ -39,3 +38,3 @@ "publishConfig": {

"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --declarationDir dist/types",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"build": "concurrently yarn:build:*",

@@ -49,12 +48,12 @@ "test": "jest --env=jsdom --passWithNoTests",

"dependencies": {
"@chakra-ui/utils": "^1.0.0-next.5"
"@chakra-ui/utils": "^1.0.0-next.6"
},
"devDependencies": {
"@chakra-ui/system": "^1.0.0-next.5"
"@chakra-ui/system": "^1.0.0-next.6"
},
"peerDependencies": {
"@chakra-ui/system": "^1.0.0-next.4",
"@chakra-ui/system": "^1.0.0-next.5",
"react": "16.x"
},
"gitHead": "24eec5d796d81b6fafbcfa7231fb2cb15e6d5a29"
"gitHead": "72eeca4ba3fc6e7d8845b0d283a03cb6ec384a50"
}
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