Socket
Socket
Sign inDemoInstall

vue-demi

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-demi - npm Package Compare versions

Comparing version 0.13.5 to 0.13.6

6

lib/v2.7/index.d.ts

@@ -6,5 +6,5 @@ import Vue from 'vue'

declare const isVue3: boolean
declare const Vue2: Vue | undefined
declare const Vue2: typeof Vue | undefined
declare const version: string
declare const install: (vue?: Vue) => void
declare const install: (vue?: typeof Vue) => void
/**

@@ -14,3 +14,3 @@ * @deprecated To avoid bringing in all the tree-shakable modules, this API has been deprecated. Use `Vue2` or named exports instead.

*/
declare const V: Vue
declare const V: typeof Vue

@@ -17,0 +17,0 @@ // accept no generic because Vue 3 doesn't accept any

@@ -5,5 +5,5 @@ import Vue from 'vue'

declare const isVue3: boolean
declare const Vue2: Vue | undefined
declare const Vue2: typeof Vue | undefined
declare const version: string
declare const install: (vue?: Vue) => void
declare const install: (vue?: typeof Vue) => void
/**

@@ -13,3 +13,3 @@ * @deprecated To avoid bringing in all the tree-shakable modules, this API has been deprecated. Use `Vue2` or named exports instead.

*/
declare const V: Vue
declare const V: typeof Vue

@@ -16,0 +16,0 @@ /**

{
"name": "vue-demi",
"version": "0.13.5",
"version": "0.13.6",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=12"

@@ -198,3 +198,3 @@ <p align="center">

- [VueUse](https://github.com/antfu/vueuse) - Collection of Composition API utils
- [VueUse](https://github.com/vueuse/vueuse) - Collection of Composition API utils
- [@vue/apollo-composable](https://github.com/vuejs/vue-apollo/tree/v4/packages/vue-apollo-composable) - Apollo GraphQL functions for Vue Composition API

@@ -201,0 +201,0 @@ - [vuelidate](https://github.com/vuelidate/vuelidate) - Simple, lightweight model-based validation

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