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

@chakra-ui/vue-styled

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.1.0-beta.10 to 2.1.0-beta.11

LICENSE

4

dist/cache.d.ts
import createCacheImport from '@emotion/cache';
import { EmotionCache } from '@emotion/utils';
import { Component, DefineComponent, SetupContext, VNode } from 'vue';
import { DefineComponent, Component, SetupContext, VNode } from 'vue';

@@ -11,4 +11,4 @@ declare function createCache(...args: Parameters<typeof createCacheImport>): any;

declare let __unusafe_useEmotionCache: (fallback?: EmotionCache | undefined) => EmotionCache;
declare let withEmotionCache: (fn: (cache: EmotionCache) => Component | DefineComponent | ((props?: unknown, ctx?: SetupContext) => VNode)) => (p: unknown) => Component | DefineComponent | ((props?: unknown, ctx?: SetupContext) => VNode);
declare let withEmotionCache: (fn: (cache: EmotionCache) => DefineComponent | Component | ((props?: unknown, ctx?: SetupContext) => VNode)) => (p: unknown) => DefineComponent | Component | ((props?: unknown, ctx?: SetupContext) => VNode);
export { EmotionCacheInjectionSymbol, EmotionCacheProvider, __unusafe_useEmotionCache, createCache, defaultCache, withEmotionCache };
{
"name": "@chakra-ui/vue-styled",
"version": "2.1.0-beta.10",
"version": "2.1.0-beta.11",
"main": "dist/index.js",

@@ -28,3 +28,3 @@ "module": "dist/index.mjs",

"lodash.memoize": "^4.1.2",
"@chakra-ui/vue-utils": "2.1.0-beta.9"
"@chakra-ui/vue-utils": "2.1.0-beta.10"
},

@@ -31,0 +31,0 @@ "devDependencies": {

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