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

branlice-reactivity

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

branlice-reactivity

- [x] reactive - [X] Reactive: Define a responsive object and the effect fn will be collected; - [X] Readonly:Define a read-only mode object based on proxy; - [X] isReactive:Check for reactive object; - [X] isReadonly: Check for readonly o

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Reactive API

  • reactive
    • Reactive: Define a responsive object and the effect fn will be collected;
    • Readonly:Define a read-only mode object based on proxy;
    • isReactive:Check for reactive object;
    • isReadonly: Check for readonly object;
    • shallowReactive
    • shallowReadonly
    • isShallowReactive
    • isShallowReactive
  • ref
    • ref
    • enhance ref: rewrite ref setter and readonly/shallow ref(TODO)
    • isRef
    • unRef
    • proxyRefs
  • effect
    • effect:for track dependencies and updating them
    • scheduler:scheduler
    • stop:Stop track on dependencies
  • computed
    • computed
    • computed cache

Keywords

FAQs

Package last updated on 06 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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