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
3
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.0.0-dev-20230215144750 to 0.0.0-dev-20230216010105

6

CHANGELOG.md
# @chakra-ui/vue-utils
## 0.0.0-dev-20230216010105
### Patch Changes
- a3e70d0b: Create package
## 0.0.0-dev-20230215144750

@@ -4,0 +10,0 @@

2

dist/match.d.ts
/**
* Pattern matching helper
* Credit:
* Adapted from the good folks at @headlessui/vue
*/

@@ -6,0 +4,0 @@ declare function match<TValue extends string | number = string, TReturnValue = unknown>(value: TValue, lookup: Record<TValue, TReturnValue | ((...args: any[]) => TReturnValue)>, ...args: any[]): TReturnValue;

{
"name": "@chakra-ui/vue-utils",
"version": "0.0.0-dev-20230215144750",
"version": "0.0.0-dev-20230216010105",
"main": "dist/chakra-ui-vue-utils.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/chakra-ui-vue-utils.esm.js",

/**
* Pattern matching helper
* Credit:
* Adapted from the good folks at @headlessui/vue
*/

@@ -6,0 +4,0 @@ export function match<

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