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

@hyperjump/uri

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperjump/uri - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

lib/index.js

@@ -137,3 +137,3 @@ // Common

let resolved = components.scheme.toLowerCase() + ":";
resolved += components.authority === undefined ? "" : "//" + components.authority;
resolved += components.authority === undefined ? "" : "//" + components.authority.toLowerCase();
resolved += strategy.normalizePath(components.path);

@@ -140,0 +140,0 @@ resolved += components.query === undefined ? "" : "?" + strategy.normalizeQuery(components.query);

{
"name": "@hyperjump/uri",
"version": "1.2.1",
"version": "1.2.2",
"description": "A small and fast library for validating parsing and resolving URIs and IRIs",

@@ -11,3 +11,3 @@ "type": "module",

"lint": "eslint lib",
"test": "mocha 'lib/**/*.spec.js'"
"test": "mocha 'lib/**/*.spec.ts'"
},

@@ -24,11 +24,24 @@ "repository": "github:hyperjump-io/uri",

"IRI",
"resolve"
"resolve",
"relative",
"parse",
"RFC3986",
"RFC-3986",
"RFC3987",
"RFC-3987"
],
"devDependencies": {
"@types/chai": "*",
"@types/mocha": "*",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"chai": "*",
"eslint": "*",
"eslint-import-resolver-node": "*",
"eslint-import-resolver-typescript": "*",
"eslint-plugin-import": "*",
"mocha": "*"
"mocha": "*",
"ts-node": "*",
"typescript": "*"
}
}
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