Socket
Socket
Sign inDemoInstall

@ambassify/url-extensions

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ambassify/url-extensions

Extensions to the nodejs url package.


Version published
Weekly downloads
86
decreased by-2.27%
Maintainers
3
Weekly downloads
 
Created
Source

URL extensions

CircleCI

Extensions to the nodejs url package.

Installation

npm install --save @ambassify/url-extensions

Usage

const URL = require('@ambassify/url-extensions');

// https://www.google.com?hello=world
URL.query.add('https://www.google.com', { hello: 'world' });

// https://www.google.com?hello=world
URL.query.omit('https://www.google.com?a=test&hello=world', ['a']);
URL.query.remove('https://www.google.com?a=test&hello=world', ['a']);

Contributing

If you have some issue or code you would like to add, feel free to open a Pull Request or Issue and we will look into it as soon as we can.

License

We are releasing this under a MIT License.

About us

If you would like to know more about us, be sure to have a look at our website, or our Twitter accounts @Ambassify, Sitebase, JorgenEvens

Keywords

FAQs

Package last updated on 18 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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