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

vue-useurl

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-useurl - npm Package Compare versions

Comparing version 1.0.28 to 1.0.29

5

lib/index.js

@@ -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",

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