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

vscode-pug-languageservice

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-pug-languageservice - npm Package Compare versions

Comparing version 0.25.28 to 0.25.29-0.26.0-alpha.1.0

3

out/services/formatting.js

@@ -8,2 +8,5 @@ "use strict";

return (pugDoc, options) => {
if (pugDoc.pugCode.trim() === '') {
return []; // fix https://github.com/johnsoncodehk/volar/issues/304
}
const prefixesLength = pugDoc.pugCode.length - pugDoc.pugCode.trimStart().length;

@@ -10,0 +13,0 @@ const suffixesLength = pugDoc.pugCode.length - pugDoc.pugCode.trimEnd().length;

12

package.json
{
"name": "vscode-pug-languageservice",
"version": "0.25.28",
"version": "0.25.29-0.26.0-alpha.1.0",
"main": "out/index.js",

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

"dependencies": {
"@volar/code-gen": "^0.25.28",
"@volar/shared": "^0.25.28",
"@volar/source-map": "^0.25.28",
"@volar/transforms": "^0.25.28",
"@volar/code-gen": "^0.25.29-0.26.0-alpha.1.0",
"@volar/shared": "^0.25.29-0.26.0-alpha.1.0",
"@volar/source-map": "^0.25.29-0.26.0-alpha.1.0",
"@volar/transforms": "^0.25.29-0.26.0-alpha.1.0",
"pug-beautify": "^0.1.1",

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

},
"gitHead": "09fb4ce9a6cdf00c57d0faf91d9cf4795549d8f8"
"gitHead": "dd22c07e628a55bc38e93b53939d6282ad2eb2e9"
}
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