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

@vueuse/shared

Package Overview
Dependencies
Maintainers
3
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/shared - npm Package Compare versions

Comparing version 5.0.0-beta.1 to 5.0.0-beta.2

1

dist/index.cjs.js

@@ -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);

4

package.json
{
"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",

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