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.7.3 to 0.7.4

1

lib/index.cjs.js

@@ -26,4 +26,5 @@ var Vue = require('vue')

exports.Vue = Vue
exports.Vue2 = undefined
exports.isVue2 = false
exports.isVue3 = true
exports.install = function(){}
import * as Vue from 'vue'
declare const isVue2: boolean
declare const isVue3: boolean
declare const Vue2: any
declare const install: (vue?: any) => void
/**
* @deprecated To avoid bringing in all the tree-shakable modules, this API has been deprecated. Use `Vue2` or named exports instead.
* Refer to https://github.com/vueuse/vue-demi/issues/41
*/
declare const V: typeof Vue

@@ -11,3 +17,4 @@ export function set<T>(target: any, key: any, val: T): T

export {
Vue,
V as Vue,
Vue2,
isVue2,

@@ -14,0 +21,0 @@ isVue3,

@@ -5,2 +5,3 @@ import * as Vue from 'vue'

var isVue3 = true
var Vue2 = undefined

@@ -30,2 +31,3 @@ function install() {}

Vue,
Vue2,
isVue2,

@@ -32,0 +34,0 @@ isVue3,

2

package.json
{
"name": "vue-demi",
"version": "0.7.3",
"version": "0.7.4",
"repository": "https://github.com/antfu/vue-demi.git",

@@ -5,0 +5,0 @@ "funding": "https://github.com/sponsors/antfu",

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