Socket
Socket
Sign inDemoInstall

@jsenv/urls

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/urls - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

4

package.json
{
"name": "@jsenv/urls",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",

@@ -31,4 +31,4 @@ "repository": {

"dependencies": {
"@jsenv/humanize": "1.2.4"
"@jsenv/humanize": "1.2.5"
}
}

@@ -0,3 +1,3 @@

import { fileSystemPathToUrl } from "./filesystem_path_to_url.js";
import { isFileSystemPath } from "./is_filesystem_path.js";
import { fileSystemPathToUrl } from "./filesystem_path_to_url.js";

@@ -4,0 +4,0 @@ export const getCallerPosition = () => {

@@ -0,1 +1,3 @@

// tslint:disable:ordered-imports
export { DATA_URL } from "./data_url.js";

@@ -2,0 +4,0 @@ export { stringifyUrlSite } from "./url_trace.js";

@@ -0,3 +1,3 @@

import { resolveUrl } from "./resolve_url.js";
import { ensurePathnameTrailingSlash } from "./url_utils.js";
import { resolveUrl } from "./resolve_url.js";

@@ -4,0 +4,0 @@ export const resolveDirectoryUrl = (specifier, baseUrl) => {

@@ -0,3 +1,3 @@

import { urlToExtension } from "./url_to_extension.js";
import { urlToOrigin } from "./url_to_origin.js";
import { urlToExtension } from "./url_to_extension.js";
import { urlToResource } from "./url_to_resource.js";

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

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