Socket
Socket
Sign inDemoInstall

typescript

Package Overview
Dependencies
Maintainers
8
Versions
3189
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.20240716 to 5.6.0-dev.20240717

10

lib/lib.es2023.array.d.ts

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

*/
toReversed(): Uint8Array;
toReversed(): Int8Array;

@@ -215,7 +215,7 @@ /**

* ```ts
* const myNums = Uint8Array.from([11, 2, 22, 1]);
* myNums.toSorted((a, b) => a - b) // Uint8Array(4) [1, 2, 11, 22]
* const myNums = Int8Array.from([11, 2, 22, 1]);
* myNums.toSorted((a, b) => a - b) // Int8Array(4) [1, 2, 11, 22]
* ```
*/
toSorted(compareFn?: (a: number, b: number) => number): Uint8Array;
toSorted(compareFn?: (a: number, b: number) => number): Int8Array;

@@ -229,3 +229,3 @@ /**

*/
with(index: number, value: number): Uint8Array;
with(index: number, value: number): Int8Array;
}

@@ -232,0 +232,0 @@

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

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

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

},
"gitHead": "ec446b6f19b44ed3db2d787b59d9c99a5b710283"
"gitHead": "f37482cd16118409284e015409deaf14b416b4a0"
}

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