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

typescript

Package Overview
Dependencies
Maintainers
8
Versions
3269
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.7.0-dev.20241007 to 5.7.0-dev.20241008

2

lib/_typingsInstaller.js

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

try {
const stdout = (0, import_child_process.execFileSync)(command, { ...options, encoding: "utf-8" });
const stdout = (0, import_child_process.execSync)(command, { ...options, encoding: "utf-8" });
if (this.log.isEnabled()) {

@@ -178,0 +178,0 @@ this.log.writeLine(` Succeeded. stdout:${indent(typescript_exports.sys.newLine, stdout)}`);

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

*/
get growable(): number;
get growable(): boolean;

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

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

"homepage": "https://www.typescriptlang.org/",
"version": "5.7.0-dev.20241007",
"version": "5.7.0-dev.20241008",
"license": "Apache-2.0",

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

},
"gitHead": "b845fd2434f255ba35b0bb143a65172c8985e467"
"gitHead": "cd6c0a0b6b8659f49344951219c74a516fdec9a2"
}

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