Socket
Socket
Sign inDemoInstall

@vue/reactivity

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/reactivity - npm Package Compare versions

Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.7

6

dist/reactivity.d.ts

@@ -13,3 +13,3 @@

export declare interface ComputedRef<T = any> extends WritableComputedRef<T> {
readonly value: UnwrapRef<T>;
readonly value: T;
}

@@ -82,6 +82,6 @@

[isRefSymbol]: true;
value: UnwrapRef<T>;
value: T;
}
export declare function ref<T>(value: T): T extends Ref ? T : Ref<T>;
export declare function ref<T>(value: T): T extends Ref ? T : Ref<UnwrapRef<T>>;

@@ -88,0 +88,0 @@ export declare function ref<T = any>(): Ref<T>;

{
"name": "@vue/reactivity",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "@vue/reactivity",

@@ -5,0 +5,0 @@ "main": "index.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