🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vue-declassify-to-setup

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-declassify-to-setup - npm Package Compare versions

Comparing version

to
1.4.8

9

bin/index.js

@@ -335,4 +335,3 @@ #!/usr/bin/env node

to: "router",
const:
" const router = computed(() => getCurrentInstance()?.proxy.$router);",
const: " const router = getCurrentInstance()?.proxy.$router;",
vueimport: "getCurrentInstance",

@@ -343,4 +342,3 @@ },

to: "route",
const:
" const route = computed(() => getCurrentInstance()?.proxy.$route);",
const: " const route = getCurrentInstance()?.proxy.$route;",
vueimport: "getCurrentInstance",

@@ -351,4 +349,3 @@ },

to: "vuetify",
const:
" const vuetify = computed(() => getCurrentInstance()?.proxy.$vuetify);",
const: " const vuetify = getCurrentInstance()?.proxy.$vuetify;",
vueimport: "getCurrentInstance",

@@ -355,0 +352,0 @@ },

{
"name": "vue-declassify-to-setup",
"version": "1.4.7",
"version": "1.4.8",
"author": "Øystein Tvedten <oystein.tvedten@outlook.com>",

@@ -5,0 +5,0 @@ "license": "ISC",

@@ -66,3 +66,3 @@ # Vue 2 vue-property-decorator to Vue 2/3 setup-api converter :rocket:

```
vue-convert --path . --destination "./exportfolder" --vue 3 -g -n
vue-convert --path . --destination "./exportfolder" --vue 3 -n
```

@@ -69,0 +69,0 @@