New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vue-composable/core

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-composable/core

@vue-composable/core

1.0.0-dev.9
Source
npm
Version published
Weekly downloads
18
-85.12%
Maintainers
1
Weekly downloads
 
Created
Source

@vue-composable/core

npm version bundle size

This package contains core functionality for vue-composable

vue-next

For vue-next support please check @next

Installing

# install with yarn
yarn add @vue/composition-api @vue-composable/core

# install with npm
npm install @vue/composition-api @vue-composable/core

Documentation

Check our documentation

Functionality

Date

  • useNow : Return reactive custom timer with specified refresh rate
  • useDateNow : Returns reactive Date.now() with custom refresh rate
  • usePerformanceNow : Returns reactive performance.now() with custom refresh rate

Pagination

Promise

General

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b feat/new-composable
  • Commit your changes: git commit -am 'feat(composable): add a new composable'
  • Push to the branch: git push origin feat/new-composable
  • Submit a pull request

License

MIT

Keywords

vue

FAQs

Package last updated on 07 Feb 2020

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