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 1.0.1 to 1.0.2

package-lock.json

9

package.json
{
"name": "vscode-uri",
"author": "Microsoft",
"version": "1.0.1",
"version": "1.0.2",
"description": "The URI implementation that is used by VS Code and its extensions",
"main": "lib/index.js",
"typings": "./lib/index",
"main": "./lib/umd/index.js",
"typings": "./lib/umd/index",
"module": "./lib/esm/index.js",
"scripts": {
"compile": "tsc && tsc -p spec/tsconfig.json"
"compile": "tsc -p ./src && tsc -p ./src/tsconfig.esm.json"
},

@@ -11,0 +12,0 @@ "repository": {

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