vue-useurl
Advanced tools
Comparing version 1.0.28 to 1.0.29
@@ -1,3 +0,2 @@ | ||
import { ref, reactive, computed, install, isReactive } from 'vue-demi'; | ||
install(); | ||
import { ref, reactive, computed, isReactive } from 'vue-demi'; | ||
export class BuilderResult { | ||
@@ -18,3 +17,3 @@ constructor(path, pathVariables, queryParams, hash, disableCSV) { | ||
constructor(baseUrl) { | ||
this.baseUrl = baseUrl !== null && baseUrl !== void 0 ? baseUrl : ''; | ||
this.baseUrl = baseUrl ?? ''; | ||
} | ||
@@ -21,0 +20,0 @@ buildHash(url, hash) { |
{ | ||
"name": "vue-useurl", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "Reactive Url Builder Hook for Vue.js Composition API", | ||
"type": "commonjs", | ||
"type":"module", | ||
"exports":"./lib/index.js", | ||
"main": "lib/index.js", | ||
@@ -7,0 +8,0 @@ "types": "lib/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Yes
12812
152