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.4.3 to 0.4.4

4

lib/v2/index.cjs.js

@@ -1,3 +0,3 @@

const Vue = require('vue')
const VueCompositionAPI = require('@vue/composition-api')
var Vue = require('vue')
var VueCompositionAPI = require('@vue/composition-api')

@@ -4,0 +4,0 @@ if (Vue && !Vue['__composition_api_installed__']) {

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

const isVue2 = true
const isVue3 = false
const version = Vue.version
var isVue2 = true
var isVue3 = false
var version = Vue.version

@@ -18,2 +18,2 @@ export * from '@vue/composition-api'

version,
}
}

@@ -1,2 +0,2 @@

const Vue = require('vue')
var Vue = require('vue')

@@ -3,0 +3,0 @@ Object.keys(Vue).forEach(key => {

import * as Vue from 'vue'
const isVue2 = false
const isVue3 = true
var isVue2 = false
var isVue3 = true

@@ -6,0 +6,0 @@ export * from 'vue'

{
"name": "vue-demi",
"version": "0.4.3",
"version": "0.4.4",
"main": "lib/index.cjs.js",

@@ -5,0 +5,0 @@ "typings": "lib/index.d.ts",

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