Socket
Socket
Sign inDemoInstall

vscode-uri

Package Overview
Dependencies
0
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

2

lib/esm/index.d.ts

@@ -19,3 +19,3 @@ /**

*/
export declare class URI implements UriComponents {
export default class URI implements UriComponents {
static isUri(thing: any): thing is URI;

@@ -22,0 +22,0 @@ /**

@@ -338,3 +338,3 @@ /*---------------------------------------------------------------------------------------------

}());
export { URI };
export default URI;
var _pathSepMarker = isWindows ? 1 : undefined;

@@ -341,0 +341,0 @@ // tslint:disable-next-line:class-name

@@ -19,3 +19,3 @@ /**

*/
export declare class URI implements UriComponents {
export default class URI implements UriComponents {
static isUri(thing: any): thing is URI;

@@ -22,0 +22,0 @@ /**

@@ -349,3 +349,3 @@ var __extends = (this && this.__extends) || (function () {

}());
exports.URI = URI;
exports.default = URI;
var _pathSepMarker = isWindows ? 1 : undefined;

@@ -352,0 +352,0 @@ // tslint:disable-next-line:class-name

{
"name": "vscode-uri",
"author": "Microsoft",
"version": "1.0.7",
"version": "1.0.8",
"description": "The URI implementation that is used by VS Code and its extensions",

@@ -6,0 +6,0 @@ "main": "./lib/umd/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc