Socket
Socket
Sign inDemoInstall

@vueuse/core

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/core - npm Package Compare versions

Comparing version 0.0.2-beta.1 to 0.0.2-beta.2

2

dist/main/index.d.ts
export * from './init';
export * from './useNow';
export * from './useRaf';
export * from './useCounter';
export * from './useTimeout';
export * from './useTimeoutFn';

@@ -7,2 +7,4 @@ "use strict";

__export(require("./init"));
__export(require("./useNow"));
__export(require("./useRaf"));
__export(require("./useCounter"));

@@ -9,0 +11,0 @@ __export(require("./useTimeout"));

export * from './init';
export * from './useNow';
export * from './useRaf';
export * from './useCounter';
export * from './useTimeout';
export * from './useTimeoutFn';
export * from './init';
export * from './useNow';
export * from './useRaf';
export * from './useCounter';

@@ -3,0 +5,0 @@ export * from './useTimeout';

2

package.json
{
"name": "@vueuse/core",
"version": "0.0.2-beta.1",
"version": "0.0.2-beta.2",
"description": "Collection of essential Vue Composition API",

@@ -5,0 +5,0 @@ "main": "dist/main/index.js",

@@ -1,3 +0,16 @@

# Vue Use
<p align="center">
<img src="./screenshots/logo.png" alt="logo" width="300"/>
</p>
WIP...
<p align="center">
<a href="https://www.npmjs.com/package/@vueuse/core" target="__blank"><img src="https://img.shields.io/npm/v/@vueuse/core" alt="NPM version" /></a>
<a href="https://github.com/antfu/vueuse" target="__blank"><img src="https://img.shields.io/github/last-commit/antfu/vueuse.svg?color=a38eed" alt="GitHub last commit" /></a>
<a href="https://github.com/antfu/vueuse/issues" target="__blank"><img src="https://img.shields.io/github/issues/antfu/vueuse.svg?color=c977be" alt="GitHub issues" /></a>
<a href="https://github.com/antfu/vueuse" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/antfu/vueuse?style=social"></a>
</p>
<p align="center">
Collection of essential Vue Composition API (inspired by <a href='https://github.com/streamich/react-use' target='__blank'>react-use<a>)
</p>
> 🚧 Working in progress...

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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