vscode-uri
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
22459