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

@xylabs/url

Package Overview
Dependencies
Maintainers
7
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/url - npm Package Compare versions

Comparing version 2.9.2 to 2.9.3

4

dist/cjs/browserIndex.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.URL = void 0;
var browser_1 = require("./browser");
Object.defineProperty(exports, "URL", { enumerable: true, get: function () { return browser_1.BrowserUrl; } });
const browser_1 = require("./browser");
exports.URL = browser_1.BrowserUrl;
//# sourceMappingURL=browserIndex.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.URL = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./browser"), exports);
var node_1 = require("./node");
Object.defineProperty(exports, "URL", { enumerable: true, get: function () { return node_1.NodeUrl; } });
tslib_1.__exportStar(require("./node"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.URL = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./node"), exports);
var node_1 = require("./node");
Object.defineProperty(exports, "URL", { enumerable: true, get: function () { return node_1.NodeUrl; } });
const node_1 = require("./node");
exports.URL = node_1.NodeUrl;
//# sourceMappingURL=nodeIndex.js.map

@@ -21,3 +21,3 @@ {

"character": 6,
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/url/src/browser/Url.ts#L1"
"url": "https://github.com/xylabs/sdk-js/blob/de632cf/packages/url/src/browser/Url.ts#L1"
}

@@ -36,3 +36,3 @@ ],

"fileName": "node_modules/typescript/lib/lib.dom.d.ts",
"line": 22481,
"line": 14516,
"character": 17

@@ -51,3 +51,3 @@ }

"fileName": "node_modules/typescript/lib/lib.dom.d.ts",
"line": 22483,
"line": 14518,
"character": 4

@@ -54,0 +54,0 @@ }

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

export { BrowserUrl as URL } from './browser';
import { BrowserUrl } from './browser';
export const URL = BrowserUrl;
//# sourceMappingURL=browserIndex.js.map
export * from './browser';
export { NodeUrl as URL } from './node';
export * from './node';
//# sourceMappingURL=index.js.map

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

export * from './node';
export { NodeUrl as URL } from './node';
import { NodeUrl } from './node';
export const URL = NodeUrl;
//# sourceMappingURL=nodeIndex.js.map

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

export { BrowserUrl as URL } from './browser';
export declare const URL: {
new (url: string | URL, base?: string | URL | undefined): URL;
prototype: URL;
createObjectURL(obj: Blob | MediaSource): string;
revokeObjectURL(url: string): void;
};
//# sourceMappingURL=browserIndex.d.ts.map
export * from './browser';
export { NodeUrl as URL } from './node';
export * from './node';
//# sourceMappingURL=index.d.ts.map

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

export * from './node';
export { NodeUrl as URL } from './node';
/// <reference types="node" />
import { NodeUrl } from './node';
export declare const URL: typeof NodeUrl;
//# sourceMappingURL=nodeIndex.d.ts.map

@@ -59,3 +59,3 @@ {

"sideEffects": false,
"version": "2.9.2"
"version": "2.9.3"
}

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

export { BrowserUrl as URL } from './browser'
import { BrowserUrl } from './browser'
export const URL = BrowserUrl
export * from './browser'
export { NodeUrl as URL } from './node'
export * from './node'

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

export * from './node'
export { NodeUrl as URL } from './node'
import { NodeUrl } from './node'
export const URL = NodeUrl

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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