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

vscode-languageserver-types

Package Overview
Dependencies
Maintainers
7
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 1.0.1 to 1.0.2

0

lib/main.d.ts

@@ -0,0 +0,0 @@ /**

2

lib/main.js

@@ -85,3 +85,3 @@ (function (factory) {

var candidate = value;
return Is.defined(candidate) && Range.is(candidate) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));
return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));
}

@@ -88,0 +88,0 @@ Location.is = is;

{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "1.0.1",
"version": "1.0.2",
"author": "Microsoft Corporation",

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

"type": "git",
"url": "https://github.com/Microsoft/vscode-languageserver-types-node.git"
"url": "https://github.com/Microsoft/vscode-languageserver-node.git"
},
"bugs": {
"url": "https://github.com/Microsoft/vscode-languageserver-types-node/issues"
"url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
},

@@ -19,3 +19,3 @@ "main": "./lib/main.js",

"mocha": "^2.4.5",
"typescript": "^1.8.9"
"typescript": "^1.8.10"
},

@@ -27,2 +27,2 @@ "scripts": {

}
}
}
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