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

@better-typescript-lib/es2022

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@better-typescript-lib/es2022 - npm Package Compare versions

Comparing version 2.9.0 to 2.10.0

22

array.d.ts

@@ -18,3 +18,3 @@ /// <reference no-default-lib="true"/>

interface Int8Array {
interface Int8Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -27,3 +27,3 @@ * Returns the item located at the specified index.

interface Uint8Array {
interface Uint8Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -36,3 +36,3 @@ * Returns the item located at the specified index.

interface Uint8ClampedArray {
interface Uint8ClampedArray<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -45,3 +45,3 @@ * Returns the item located at the specified index.

interface Int16Array {
interface Int16Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -54,3 +54,3 @@ * Returns the item located at the specified index.

interface Uint16Array {
interface Uint16Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -63,3 +63,3 @@ * Returns the item located at the specified index.

interface Int32Array {
interface Int32Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -72,3 +72,3 @@ * Returns the item located at the specified index.

interface Uint32Array {
interface Uint32Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -81,3 +81,3 @@ * Returns the item located at the specified index.

interface Float32Array {
interface Float32Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -90,3 +90,3 @@ * Returns the item located at the specified index.

interface Float64Array {
interface Float64Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -99,3 +99,3 @@ * Returns the item located at the specified index.

interface BigInt64Array {
interface BigInt64Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -108,3 +108,3 @@ * Returns the item located at the specified index.

interface BigUint64Array {
interface BigUint64Array<TArrayBuffer extends ArrayBufferLike> {
/**

@@ -111,0 +111,0 @@ * Returns the item located at the specified index.

/// <reference no-default-lib="true"/>
/// <reference lib="es2021.promise" />
interface ErrorOptions {

@@ -3,0 +5,0 @@ cause?: unknown;

@@ -7,4 +7,3 @@ /// <reference no-default-lib="true"/>

/// <reference lib="es2022.object" />
/// <reference lib="es2022.sharedmemory" />
/// <reference lib="es2022.regexp" />
/// <reference lib="es2022.string" />
/// <reference lib="es2022.regexp" />

@@ -6,3 +6,3 @@ /// <reference no-default-lib="true"/>

*
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/Segmenter#parameters)
* [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/Segmenter#parameters)
*/

@@ -72,10 +72,10 @@ interface SegmenterOptions {

* For the general form and interpretation of the `locales` argument,
* see the [`Intl` page](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation).
* see the [`Intl` page](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation).
*
* @param options - An [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/Segmenter#parameters)
* @param options - An [object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/Segmenter#parameters)
* with some or all options of `SegmenterOptions`.
*
* @returns [Intl.Segmenter](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segments) object.
* @returns [Intl.Segmenter](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segments) object.
*
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter).
* [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter).
*/

@@ -89,8 +89,8 @@ new (locales?: LocalesArgument, options?: SegmenterOptions): Segmenter;

* For the general form and interpretation of the `locales` argument,
* see the [`Intl` page](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation).
* see the [`Intl` page](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation).
*
* @param options An [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/supportedLocalesOf#parameters).
* @param options An [object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/supportedLocalesOf#parameters).
* with some or all possible options.
*
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/supportedLocalesOf)
* [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/supportedLocalesOf)
*/

@@ -105,3 +105,3 @@ supportedLocalesOf(

* Returns a sorted array of the supported collation, calendar, currency, numbering system, timezones, and units by the implementation.
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf)
* [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf)
*

@@ -108,0 +108,0 @@ * @param key A string indicating the category of values to return.

{
"name": "@better-typescript-lib/es2022",
"version": "2.9.0",
"version": "2.10.0",
"description": "Better TypeScript standard library",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

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