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

@better-typescript-lib/dom

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.7.0 to 2.8.0

7

asynciterable.d.ts

@@ -12,1 +12,8 @@ /// <reference no-default-lib="true"/>

}
interface ReadableStream<R = any> {
[Symbol.asyncIterator](
options?: ReadableStreamIteratorOptions,
): AsyncIterableIterator<R>;
values(options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>;
}

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

interface AbortSignal {
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/any_static) */
any(signals: Iterable<AbortSignal>): AbortSignal;
}
interface AudioParam {

@@ -86,2 +91,4 @@ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioParam/setValueCurveAtTime) */

interface CustomStateSet extends Set<string> {}
interface DOMRectList {

@@ -88,0 +95,0 @@ [Symbol.iterator](): IterableIterator<DOMRect>;

2

package.json
{
"name": "@better-typescript-lib/dom",
"version": "2.7.0",
"version": "2.8.0",
"description": "Better TypeScript standard library",

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

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