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.2 to 3.0.0-alpha.3

4

dist/reactivity.d.ts
declare type BaseTypes = string | number | boolean;
declare type CollectionTypes = IterableCollections | WeakCollections;

@@ -128,3 +130,3 @@

};
}[T extends ComputedRef<any> ? 'cRef' : T extends Ref ? 'ref' : T extends Array<any> ? 'array' : T extends Function | CollectionTypes ? 'ref' : T extends object ? 'object' : 'ref'];
}[T extends ComputedRef<any> ? 'cRef' : T extends Array<any> ? 'array' : T extends Ref | Function | CollectionTypes | BaseTypes ? 'ref' : T extends object ? 'object' : 'ref'];

@@ -131,0 +133,0 @@ declare type WeakCollections = WeakMap<any, any> | WeakSet<any>;

{
"name": "@vue/reactivity",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"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