@vueuse/shared
Advanced tools
Comparing version 5.0.0-beta.1 to 5.0.0-beta.2
@@ -235,2 +235,3 @@ 'use strict'; | ||
const assert = (condition, ...infos) => { | ||
// eslint-disable-next-line no-console | ||
if (!condition) | ||
@@ -237,0 +238,0 @@ console.warn(...infos); |
@@ -231,2 +231,3 @@ import { computed, unref, watch, ref, customRef, isVue3, isRef, reactive, toRef, isVue2, getCurrentInstance, onMounted, nextTick, onUnmounted } from 'vue-demi'; | ||
const assert = (condition, ...infos) => { | ||
// eslint-disable-next-line no-console | ||
if (!condition) | ||
@@ -233,0 +234,0 @@ console.warn(...infos); |
@@ -293,2 +293,3 @@ ;(function (window) { | ||
const assert = (condition, ...infos) => { | ||
// eslint-disable-next-line no-console | ||
if (!condition) | ||
@@ -295,0 +296,0 @@ console.warn(...infos); |
{ | ||
"name": "@vueuse/shared", | ||
"version": "5.0.0-beta.1", | ||
"version": "5.0.0-beta.2", | ||
"keywords": [ | ||
@@ -24,3 +24,3 @@ "vue", | ||
}, | ||
"./": "./" | ||
"./*": "./*" | ||
}, | ||
@@ -27,0 +27,0 @@ "main": "./dist/index.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125800
3480