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

@volar/pug-language-service

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/pug-language-service - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

2

out/services/completion.js

@@ -20,3 +20,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const htmlComplete = documentContext ? yield htmlLs.doComplete2(pugDoc.htmlTextDocument, htmlPos, pugDoc.htmlDocument, documentContext, options) : htmlLs.doComplete(pugDoc.htmlTextDocument, htmlPos, pugDoc.htmlDocument, options);
return (0, transforms_1.transformCompletionList)(htmlComplete, htmlRange => pugDoc.map.toSourceRange(htmlRange));
return (0, transforms_1.transformCompletionList)(htmlComplete, htmlRange => pugDoc.map.toSourceRange(htmlRange), pugDoc.map.virtualFileDocument);
});

@@ -23,0 +23,0 @@ }

{
"name": "@volar/pug-language-service",
"version": "1.0.20",
"version": "1.0.21",
"main": "out/index.js",

@@ -19,6 +19,6 @@ "license": "MIT",

"dependencies": {
"@volar/language-service": "1.0.20",
"@volar/shared": "1.0.20",
"@volar/source-map": "1.0.20",
"@volar/transforms": "1.0.20",
"@volar/language-service": "1.0.21",
"@volar/shared": "1.0.21",
"@volar/source-map": "1.0.21",
"@volar/transforms": "1.0.21",
"muggle-string": "^0.1.0",

@@ -30,3 +30,3 @@ "pug-lexer": "^5.0.1",

},
"gitHead": "e00f068e812677791c93efe9cf20995764350ec6"
"gitHead": "72332760759e06eed18e62026185cbad70250367"
}
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