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

volar-service-pug

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volar-service-pug - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

out/index.js

@@ -48,3 +48,3 @@ "use strict";

return worker(document, (pugDocument) => {
return pugLs.doComplete(pugDocument, position, context.env.documentContext);
return pugLs.doComplete(pugDocument, position, htmlService.provide['html/documentContext']());
});

@@ -81,5 +81,3 @@ },

return worker(document, (pugDocument) => {
if (context.env.documentContext) {
return pugLs.findDocumentLinks(pugDocument, context.env.documentContext);
}
return pugLs.findDocumentLinks(pugDocument, htmlService.provide['html/documentContext']());
});

@@ -86,0 +84,0 @@ },

{
"name": "volar-service-pug",
"version": "0.0.4",
"version": "0.0.5",
"main": "out/index.js",

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

"pug-parser": "^6.0.0",
"volar-service-html": "0.0.4",
"volar-service-html": "0.0.5",
"vscode-html-languageservice": "^5.0.4",

@@ -29,3 +29,3 @@ "vscode-languageserver-textdocument": "^1.0.8"

},
"gitHead": "f5d49495d6698761f4df8c9ef2747cc01fc777d6"
"gitHead": "7b58234769e16ccb8eed0e6eb03f58ed24b7df40"
}
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