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

@elastic/ctags-langserver

Package Overview
Dependencies
Maintainers
59
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic/ctags-langserver - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

lib/lsp-server.js

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

}
else if (def.fields.namespace) {
symbolInformation.containerName = def.fields.namespace;
}
else if (def.fields.module) {
symbolInformation.containerName = def.fields.module;
}
}

@@ -109,0 +115,0 @@ switch (def.kind) {

2

package.json
{
"name": "@elastic/ctags-langserver",
"version": "0.1.0",
"version": "0.1.1",
"description": "An all-languages language server built on top of ctags",

@@ -5,0 +5,0 @@ "author": "Elastic",

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