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

typescript

Package Overview
Dependencies
Maintainers
8
Versions
3357
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.8.0-dev.20250116 to 5.8.0-dev.20250117

4

lib/lib.es2023.array.d.ts

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

* a negative value if the first argument is less than the second argument, zero if they're equal, and a positive
* value otherwise. If omitted, the elements are sorted in ascending, ASCII character order.
* value otherwise. If omitted, the elements are sorted in ascending, UTF-16 code unit order.
* ```ts

@@ -131,3 +131,3 @@ * [11, 2, 22, 1].toSorted((a, b) => a - b) // [1, 2, 11, 22]

* a negative value if the first argument is less than the second argument, zero if they're equal, and a positive
* value otherwise. If omitted, the elements are sorted in ascending, ASCII character order.
* value otherwise. If omitted, the elements are sorted in ascending, UTF-16 code unit order.
* ```ts

@@ -134,0 +134,0 @@ * [11, 2, 22, 1].toSorted((a, b) => a - b) // [1, 2, 11, 22]

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

"homepage": "https://www.typescriptlang.org/",
"version": "5.8.0-dev.20250116",
"version": "5.8.0-dev.20250117",
"license": "Apache-2.0",

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

},
"gitHead": "700ee076e515db2ef49d8cf7e4dc4bf70679575c"
"gitHead": "7901a397214e8c7b39de8954eecc707dce8cb099"
}

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

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