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

@libj/make-uri

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libj/make-uri - npm Package Compare versions

Comparing version 1.3.11 to 1.3.12

5

dist/joinUriPath.js

@@ -12,3 +12,6 @@ "use strict";

}
var res = parts.map(trimUriPath_1.trimUriPath).join(UriPart_1.UriPart.SLASH);
var res = parts
.map(trimUriPath_1.trimUriPath)
.filter(function (p) { return !!p; })
.join(UriPart_1.UriPart.SLASH);
if (!NonPathCheckPattern.test(res)) {

@@ -15,0 +18,0 @@ res = "".concat(UriPart_1.UriPart.SLASH).concat(res);

4

package.json
{
"dependencies": {},
"name": "@libj/make-uri",
"version": "1.3.11",
"version": "1.3.12",
"description": "Uri builder",

@@ -33,3 +33,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>",

],
"gitHead": "1cd99254c94c9feceadf7684a9f2e8ec25e17055"
"gitHead": "402ef541833d8a9f7155d8c9f8c41beaae2c00f1"
}

Sorry, the diff of this file is not supported yet

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