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.31 to 1.0.32

2

package.json
{
"name": "vue-useurl",
"version": "1.0.31",
"version": "1.0.32",
"description": "Reactive Url Builder Vue Composable",

@@ -5,0 +5,0 @@ "type":"module",

@@ -69,10 +69,12 @@ <img src="https://raw.githubusercontent.com/rainxh11/vue-useurl/master/assets/logo.svg" width="300">

```ts
buildUrl('http://api.com', {
path: 'about',
hash: 'hash',
queryParams: {
foo: 'bar',
bar: 'baz'
}
});
useUrl({
path: '/about',
queryParams: {
foo:'bar',
fizz: 'baz'
},
hash: 'contact',
disableCSV: false
},
'http://api.com')

@@ -79,0 +81,0 @@ // returns http://api.com/about?foo=bar&bar=baz#contact

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