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

@chakra-ui/vue-utils

Package Overview
Dependencies
Maintainers
4
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/vue-utils - npm Package Compare versions

Comparing version 0.1.0-alpha.3 to 0.1.0-alpha.4

8

CHANGELOG.md
# @chakra-ui/vue-utils
## 0.1.0-alpha.4
### Patch Changes
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
## 0.1.0-alpha.3

@@ -4,0 +12,0 @@

4

dist/types/props.d.ts

@@ -8,4 +8,4 @@ import { PropType } from 'vue';

};
export declare const SNA: (ArrayConstructor | NumberConstructor | StringConstructor)[];
export declare const SNA: (ArrayConstructor | StringConstructor | NumberConstructor)[];
export declare const SAO: (ArrayConstructor | ObjectConstructor | StringConstructor)[];
export declare const SNAO: (ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
export declare const SNAO: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[];
{
"name": "@chakra-ui/vue-utils",
"version": "0.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"main": "dist/cjs/index.js",

@@ -17,3 +17,3 @@ "module": "dist/esm/index.js",

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

@@ -20,0 +20,0 @@ "watch:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps --watch",

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