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

build-url-ts

Package Overview
Dependencies
Maintainers
1
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-url-ts - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

2

package.json
{
"name": "build-url-ts",
"version": "5.0.5",
"version": "5.0.6",
"description": "A small library that builds a URL given its components",

@@ -5,0 +5,0 @@ "main": "./dist/build-url.js",

@@ -1,4 +0,4 @@

# build-url
# build-url-ts
[![Build Status](https://travis-ci.org/steverydz/build-url.svg?branch=master)](https://travis-ci.org/steverydz/build-url)
[![Build Status](https://travis-ci.org/meabed/build-url.svg?branch=master)](https://travis-ci.org/meabed/build-url)

@@ -12,3 +12,3 @@ A library that builds a URL, including its path, query parameters and fragment identifier. Works in node and in the browser.

```
npm install build-url --save
npm install build-url-ts --save
```

@@ -19,3 +19,3 @@

```
import buildUrl from '../path/to/lib/build-url';
import buildUrl from 'build-url-ts';

@@ -22,0 +22,0 @@ buildUrl('http://example.com', {

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