New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/cli

Package Overview
Dependencies
Maintainers
4
Versions
370
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/cli - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

15

CHANGELOG.md
# @chakra-ui/cli
## 1.5.3
### Patch Changes
- [`e0a004b45`](https://github.com/chakra-ui/chakra-ui/commit/e0a004b450a76915477ab3da687cf311e96c7494)
[#4818](https://github.com/chakra-ui/chakra-ui/pull/4818) Thanks
[@igorwessel](https://github.com/igorwessel)! - Fixed an issue where the CLI
tokens command exited unexpectedly with:
`SyntaxError: Cannot use import statement outside a module`
- Updated dependencies
[[`c06d242c6`](https://github.com/chakra-ui/chakra-ui/commit/c06d242c672a10f93fab4dc2321143beae2db669),
[`5b4d8ef24`](https://github.com/chakra-ui/chakra-ui/commit/5b4d8ef24017dab1d69aeb5016b53366bdb3bcfd)]:
- @chakra-ui/utils@1.8.3
## 1.5.2

@@ -4,0 +19,0 @@

5

dist/scripts/read-theme-file.worker.js

@@ -100,3 +100,6 @@ "use strict";

// use the TS projects own tsconfig file
project: tsConfig.configFileAbsolutePath
project: tsConfig.configFileAbsolutePath,
compilerOptions: {
module: "CommonJS"
}
});

@@ -103,0 +106,0 @@ /**

4

package.json
{
"name": "@chakra-ui/cli",
"version": "1.5.2",
"version": "1.5.3",
"description": "Generate theme typings for autocomplete",

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

"dependencies": {
"@chakra-ui/utils": "^1.8.1",
"@chakra-ui/utils": "^1.8.3",
"cli-check-node": "^1.3.4",

@@ -54,0 +54,0 @@ "cli-handle-unhandled": "^1.1.1",

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