New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vscode-json-languageservice

Package Overview
Dependencies
Maintainers
7
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-json-languageservice - npm Package Compare versions

Comparing version 5.1.3 to 5.1.4

2

lib/esm/parser/jsonParser.js

@@ -333,3 +333,3 @@ /*---------------------------------------------------------------------------------------------

location: { offset: node.offset, length: node.length },
message: l10n.t("Matches a schema that is not allowed.")
message: schema.errorMessage || l10n.t("Matches a schema that is not allowed.")
});

@@ -336,0 +336,0 @@ }

{
"name": "vscode-json-languageservice",
"version": "5.1.3",
"version": "5.1.4",
"description": "Language service for JSON",

@@ -18,18 +18,18 @@ "main": "./lib/umd/jsonLanguageService.js",

"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "16.x",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"json-schema-test-suite": "https://github.com/json-schema-org/JSON-Schema-Test-Suite.git#69acf52990b004240839ae19b4bec8fb01d50876",
"mocha": "^10.1.0",
"rimraf": "^3.0.2",
"typescript": "^4.9.3"
"mocha": "^10.2.0",
"rimraf": "^4.1.1",
"typescript": "^4.9.4"
},
"dependencies": {
"jsonc-parser": "^3.2.0",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-languageserver-types": "^3.17.2",
"vscode-uri": "^3.0.6",
"@vscode/l10n": "^0.0.10"
"vscode-uri": "^3.0.7",
"@vscode/l10n": "^0.0.11"
},

@@ -36,0 +36,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

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