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

typescript

Package Overview
Dependencies
Maintainers
8
Versions
3254
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.3 to 5.5.4

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.5.3",
"version": "5.5.4",
"license": "Apache-2.0",

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

},
"gitHead": "f0e992167440686f948965e5441a918b34251886"
"gitHead": "c8a7d589e647e19c94150d9892909f3aa93e48eb"
}

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