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

vscode-uri

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-uri - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

12

lib/index.d.ts

@@ -35,3 +35,3 @@ /**

*/
readonly scheme: string;
scheme: string;
/**

@@ -41,15 +41,15 @@ * authority is the 'www.msft.com' part of 'http://www.msft.com/some/path?query#fragment'.

*/
readonly authority: string;
authority: string;
/**
* path is the '/some/path' part of 'http://www.msft.com/some/path?query#fragment'.
*/
readonly path: string;
path: string;
/**
* query is the 'query' part of 'http://www.msft.com/some/path?query#fragment'.
*/
readonly query: string;
query: string;
/**
* fragment is the 'fragment' part of 'http://www.msft.com/some/path?query#fragment'.
*/
readonly fragment: string;
fragment: string;
/**

@@ -61,3 +61,3 @@ * Returns a string representing the corresponding file system path of this Uri.

*/
readonly fsPath: string;
fsPath: string;
/**

@@ -64,0 +64,0 @@ * Derive a new Uri from this Uri.

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

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

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