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

@vueuse/core

Package Overview
Dependencies
Maintainers
1
Versions
358
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 2.0.0-alpha.13 to 2.0.0-alpha.14

2

dist/esm/index.d.ts

@@ -1,2 +0,2 @@

export declare const version = "0.0.0-alpha.13";
export declare const version = "2.0.0-alpha.14";
export * from './useAsyncState';

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

@@ -1,2 +0,2 @@

export var version = '0.0.0-alpha.13';
export var version = '2.0.0-alpha.14';
export * from './useAsyncState';

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

@@ -1,2 +0,2 @@

export declare const version = "0.0.0-alpha.13";
export declare const version = "2.0.0-alpha.14";
export * from './useAsyncState';

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

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.version = '0.0.0-alpha.13';
exports.version = '2.0.0-alpha.14';
__export(require("./useAsyncState"));

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

@@ -391,3 +391,3 @@ (function (global, factory) {

var version = '0.0.0-alpha.13';
var version = '2.0.0-alpha.14';

@@ -394,0 +394,0 @@ exports.useAsyncState = useAsyncState;

{
"name": "@vueuse/core",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "Collection of essential Vue Composition API",

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