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

vue-is-loading

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-is-loading - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"name": "vue-is-loading",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Vue 3 JavaScript port of https://github.com/VitorLuizC/vue-loadable",

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

@@ -112,4 +112,4 @@ # vue-is-loading

### 1.0.1
### 1.0.2
- Fixes `loadable` to work with Vue's Composition API with `<script setup>`.
import { getCurrentInstance } from 'vue';
import get from 'lodash/get';
import callWithHooks from './callWithHooks';

@@ -3,0 +4,0 @@