You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-use-async

Package Overview
Dependencies
Maintainers
0
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-use-async - npm Package Compare versions

Comparing version

to
1.9.2

4

dist/index.d.ts

@@ -26,3 +26,5 @@ import type { ComputedRef, Ref } from 'vue';

onStart?: (e: ProgressEvent) => void;
onEnd?: (e: ProgressEvent) => void;
onEnd?: (result: unknown, e: ProgressEvent & {
currentTarget: XMLHttpRequest;
}) => void;
onProgress?: (e: ProgressEvent) => void;

@@ -29,0 +31,0 @@ onAbort?: (e: ProgressEvent) => void;

{
"name": "vue-use-async",
"version": "1.9.1",
"version": "1.9.2",
"description": "Xhr and async helpers",

@@ -55,3 +55,3 @@ "repository": {

"typescript": "^5.6.3",
"vue": "^3.5.11",
"vue": "^3.5.12",
"webpack": "^5.96.1",

@@ -58,0 +58,0 @@ "webpack-cli": "^5.1.4"