Socket
Socket
Sign inDemoInstall

typescript

Package Overview
Dependencies
Maintainers
8
Versions
3186
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.6.0-dev.20240812 to 5.6.0-dev.20240813

4

lib/tsserver.js

@@ -142,3 +142,3 @@ /*! *****************************************************************************

this.fd = import_fs.default.openSync(this.logFilename, "w");
} catch (_) {
} catch {
}

@@ -291,3 +291,3 @@ }

cancellationToken = factory(sys4.args);
} catch (e) {
} catch {
cancellationToken = typescript_exports.server.nullCancellationToken;

@@ -294,0 +294,0 @@ }

@@ -72,3 +72,3 @@ /*! *****************************************************************************

fs.appendFileSync(this.logFile, `[${typescript_exports.server.nowString()}] ${text}${typescript_exports.sys.newLine}`);
} catch (e) {
} catch {
this.logFile = void 0;

@@ -75,0 +75,0 @@ }

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

"homepage": "https://www.typescriptlang.org/",
"version": "5.6.0-dev.20240812",
"version": "5.6.0-dev.20240813",
"license": "Apache-2.0",

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

"@esfx/canceltoken": "^1.0.0",
"@eslint/js": "^8.57.0",
"@eslint/js": "^9.9.0",
"@octokit/rest": "^21.0.1",

@@ -57,4 +57,5 @@ "@types/chai": "^4.3.17",

"@types/which": "^3.0.4",
"@typescript-eslint/utils": "^7.18.0",
"azure-devops-node-api": "^14.0.1",
"@typescript-eslint/rule-tester": "^8.1.0",
"@typescript-eslint/utils": "^8.1.0",
"azure-devops-node-api": "^14.0.2",
"c8": "^10.1.2",

@@ -67,4 +68,4 @@ "chai": "^4.5.0",

"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-formatter-autolinkable-stylish": "^1.3.0",
"eslint": "^9.9.0",
"eslint-formatter-autolinkable-stylish": "^1.4.0",
"fast-xml-parser": "^4.4.1",

@@ -75,14 +76,14 @@ "glob": "^10.4.5",

"jsonc-parser": "^3.3.1",
"knip": "^5.27.0",
"knip": "^5.27.2",
"minimist": "^1.2.8",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"mocha-fivemat-progress-reporter": "^0.1.0",
"monocart-coverage-reports": "^2.10.0",
"monocart-coverage-reports": "^2.10.2",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"playwright": "^1.45.3",
"playwright": "^1.46.0",
"source-map-support": "^0.5.21",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0",
"typescript-eslint": "^8.1.0",
"which": "^3.0.1"

@@ -122,3 +123,3 @@ },

},
"gitHead": "4b12d82b6bb4c8e2ad7df3219ae7282e360e62f9"
"gitHead": "01a874a8baf6a5fc0c9b47d3902221311671b01c"
}

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