Socket
Socket
Sign inDemoInstall

@livechat/url-utils

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livechat/url-utils - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

es/getPathname.js

@@ -1,2 +0,2 @@

var pathnameRegexp = /^(?:https?:\/\/)?[^\/]+\/([^?#]+)/;
var pathnameRegexp = /^(?:https?:)?\/\/[^\/]+\/([^?#]+)/;

@@ -3,0 +3,0 @@ export default (function (url) {

'use strict';
exports.__esModule = true;
var pathnameRegexp = /^(?:https?:\/\/)?[^\/]+\/([^?#]+)/;
var pathnameRegexp = /^(?:https?:)?\/\/[^\/]+\/([^?#]+)/;

@@ -6,0 +6,0 @@ exports.default = function (url) {

{
"name": "@livechat/url-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "URL utility functions",

@@ -5,0 +5,0 @@ "contributors": [

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