Socket
Socket
Sign inDemoInstall

typescript

Package Overview
Dependencies
Maintainers
8
Versions
3201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript - npm Package Compare versions

Comparing version 5.5.0-dev.20240507 to 5.5.0-dev.20240508

15

lib/tsserver.js

@@ -88,4 +88,3 @@ /*! *****************************************************************************

extraPartCounter++;
if (pathStart.charCodeAt(pathStart.length - 1) === typescript_exports.CharacterCodes.doubleQuote)
break;
if (pathStart.charCodeAt(pathStart.length - 1) === typescript_exports.CharacterCodes.doubleQuote) break;
}

@@ -98,4 +97,3 @@ }

const mode = typescript_exports.server.findArgument("--serverMode");
if (!mode)
return void 0;
if (!mode) return void 0;
switch (mode.toLowerCase()) {

@@ -178,4 +176,3 @@ case "semantic":

}
if (!this.canWrite())
return;
if (!this.canWrite()) return;
s = `[${typescript_exports.server.nowString()}] ${s}

@@ -301,6 +298,4 @@ `;

if (modeOrUnknown !== void 0) {
if (typeof modeOrUnknown === "number")
serverMode = modeOrUnknown;
else
unknownServerMode = modeOrUnknown;
if (typeof modeOrUnknown === "number") serverMode = modeOrUnknown;
else unknownServerMode = modeOrUnknown;
}

@@ -307,0 +302,0 @@ return {

@@ -68,4 +68,3 @@ /*! *****************************************************************************

this.writeLine = (text) => {
if (typeof this.logFile !== "string")
return;
if (typeof this.logFile !== "string") return;
try {

@@ -72,0 +71,0 @@ fs.appendFileSync(this.logFile, `[${typescript_exports.server.nowString()}] ${text}${typescript_exports.sys.newLine}`);

@@ -5,3 +5,3 @@ {

"homepage": "https://www.typescriptlang.org/",
"version": "5.5.0-dev.20240507",
"version": "5.5.0-dev.20240508",
"license": "Apache-2.0",

@@ -44,4 +44,4 @@ "description": "TypeScript is a language for application scale JavaScript development",

"@esfx/canceltoken": "^1.0.0",
"@octokit/rest": "^20.0.2",
"@types/chai": "^4.3.14",
"@octokit/rest": "^20.1.1",
"@types/chai": "^4.3.16",
"@types/microsoft__typescript-etw": "^0.1.3",

@@ -54,6 +54,6 @@ "@types/minimist": "^1.2.5",

"@types/which": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/utils": "^7.3.1",
"azure-devops-node-api": "^12.5.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/utils": "^7.8.0",
"azure-devops-node-api": "^13.0.0",
"c8": "^9.1.0",

@@ -64,20 +64,20 @@ "chai": "^4.4.1",

"diff": "^5.2.0",
"dprint": "^0.45.0",
"esbuild": "^0.20.2",
"dprint": "^0.45.1",
"esbuild": "^0.21.1",
"eslint": "^8.57.0",
"eslint-formatter-autolinkable-stylish": "^1.3.0",
"eslint-plugin-local": "^4.2.1",
"eslint-plugin-local": "^4.2.2",
"fast-xml-parser": "^4.3.6",
"glob": "^10.3.10",
"glob": "^10.3.12",
"hereby": "^1.8.9",
"jsonc-parser": "^3.2.1",
"minimist": "^1.2.8",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-fivemat-progress-reporter": "^0.1.0",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"playwright": "^1.42.1",
"playwright": "^1.44.0",
"source-map-support": "^0.5.21",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"which": "^3.0.1"

@@ -117,3 +117,3 @@ },

},
"gitHead": "16beff101ae1dae0600820ebf22632ac8a40cfc8"
"gitHead": "b9c71c3fc39f7cbafa82f8aa6f1d3b8a86e27ede"
}

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

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