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

@vueuse/shared

Package Overview
Dependencies
Maintainers
1
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 4.0.0-rc.2 to 4.0.0-rc.3

8

dist/index.cjs.js

@@ -7,2 +7,8 @@ 'use strict';

/**
* Two-way refs synchronization.
*
* @param a
* @param b
*/
function biSyncRef(a, b) {

@@ -29,3 +35,3 @@ const flush = 'sync';

/**
* Explicitly define the deps of computed
* Explicitly define the deps of computed.
*

@@ -32,0 +38,0 @@ * @param source

import { Ref, WatchSource, ComputedRef as ComputedRef$1, WatchOptions, WatchCallback, WatchStopHandle, ShallowUnwrapRef } from 'vue-demi';
import { ComputedRef, WatchStopHandle as WatchStopHandle$1, Ref as Ref$1 } from 'vue-demi';
/**
* Two-way refs synchronization.
*
* @param a
* @param b
*/
declare function biSyncRef<R extends Ref<any>>(a: R, b: R): () => void;
/**
* Explicitly define the deps of computed
* Explicitly define the deps of computed.
*

@@ -9,0 +15,0 @@ * @param source

import { watch, ref, computed, isRef, getCurrentInstance, onMounted, nextTick, onUnmounted } from 'vue-demi';
/**
* Two-way refs synchronization.
*
* @param a
* @param b
*/
function biSyncRef(a, b) {

@@ -24,3 +30,3 @@ const flush = 'sync';

/**
* Explicitly define the deps of computed
* Explicitly define the deps of computed.
*

@@ -27,0 +33,0 @@ * @param source

@@ -7,2 +7,8 @@ (function (global, factory) {

/**
* Two-way refs synchronization.
*
* @param a
* @param b
*/
function biSyncRef(a, b) {

@@ -29,3 +35,3 @@ const flush = 'sync';

/**
* Explicitly define the deps of computed
* Explicitly define the deps of computed.
*

@@ -32,0 +38,0 @@ * @param source

2

package.json
{
"name": "@vueuse/shared",
"version": "4.0.0-rc.2",
"version": "4.0.0-rc.3",
"main": "dist/index.cjs.js",

@@ -5,0 +5,0 @@ "types": "dist/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