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

@volar/shared

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/shared - npm Package Compare versions

Comparing version 1.0.24 to 1.1.0-1.2.0-alpha.1.0

6

out/index.js

@@ -9,4 +9,4 @@ Object.defineProperty(exports, "__esModule", { value: true });

function uriToFileName(uri) {
if (uri.startsWith('https://cdn.jsdelivr.net/npm/')) {
return '/__uri__/node_modules/' + uri.replace('https://cdn.jsdelivr.net/npm/', '');
if (uri.startsWith('https://unpkg.com/')) {
return '/__uri__/node_modules/' + uri.replace('https://unpkg.com/', '');
}

@@ -24,3 +24,3 @@ const _uri = vscode_uri_1.URI.parse(uri);

if (path.startsWith('/__uri__/node_modules/')) {
return path.replace('/__uri__/node_modules/', 'https://cdn.jsdelivr.net/npm/');
return path.replace('/__uri__/node_modules/', 'https://unpkg.com/');
}

@@ -27,0 +27,0 @@ if (path.startsWith('/__uri__/')) {

{
"name": "@volar/shared",
"version": "1.0.24",
"version": "1.1.0-1.2.0-alpha.1.0",
"main": "out/index.js",

@@ -12,3 +12,3 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/johnsoncodehk/volar.git",
"url": "https://github.com/volarjs/volar.js.git",
"directory": "packages/shared"

@@ -20,3 +20,3 @@ },

},
"gitHead": "46da609e8914e29642f4707dec31507ad51b03fc"
"gitHead": "ffc1267f2766722751551182ce1e717be661247a"
}
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