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

vscode-languageserver-types

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-types - npm Package Compare versions

Comparing version 3.6.0 to 3.7.0-next.1

lib/esm/main.d.ts

2

lib/main.d.ts

@@ -153,3 +153,3 @@ /**

/**
* The diagnostic's code, which might appear in the user interface.
* The diagnostic's code. Can be omitted.
*/

@@ -156,0 +156,0 @@ code?: number | string;

@@ -0,0 +0,0 @@ (function (factory) {

{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "3.6.0",
"version": "3.7.0-next.1",
"author": "Microsoft Corporation",

@@ -14,11 +14,12 @@ "license": "MIT",

},
"main": "./lib/main.js",
"typings": "./lib/main",
"main": "./lib/umd/main.js",
"typings": "./lib/umd/main",
"module": "./lib/esm/main.js",
"scripts": {
"prepublish": "npm run compile && npm test",
"postpublish": "node ../build/npm/post-publish.js",
"compile": "node ../build/bin/tsc -p ./tsconfig.json",
"compile": "node ../build/bin/tsc -p ./tsconfig.json && node ../build/bin/tsc -p ./tsconfig.esm.json",
"watch": "node ../build/bin/tsc -w -p ./tsconfig.json",
"test": "node ../node_modules/mocha/bin/_mocha"
"test": "npm run compile && node ../node_modules/mocha/bin/_mocha"
}
}
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