Socket
Socket
Sign inDemoInstall

@types/webidl2

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webidl2 - npm Package Compare versions

Comparing version 10.2.0 to 10.2.1

9

webidl2/index.d.ts

@@ -36,3 +36,4 @@ // Type definitions for webidl2 10.2

export interface IDLTypeDescription {
type: string;
/** String indicating where this type is used. Can be null if not applicable. */
type: string | null;
/** Boolean indicating if it is a sequence. Same as generic === "sequence" */

@@ -195,3 +196,3 @@ sequence: boolean;

/** An array of arguments for the operation. */
arguments: Argument[] | null;
arguments: Argument[];
/** A list of extended attributes. */

@@ -223,4 +224,4 @@ extAttrs: ExtendedAttributes[];

nullable: boolean;
/** The type of the constant (a simple type, the type name). */
idlType: string;
/** An IDL Type of the constant that represents a simple type, the type name. */
idlType: IDLTypeDescription;
/** The name of the constant. */

@@ -227,0 +228,0 @@ name: string;

{
"name": "@types/webidl2",
"version": "10.2.0",
"version": "10.2.1",
"description": "TypeScript definitions for webidl2",

@@ -20,4 +20,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "1462739f2fe35422d6df78732760a1f003004550a6f9688f1fdc0874d0f7a8c1",
"typesPublisherContentHash": "c448cb325564f182c230a31c9c8c52f28d491c7678de9097dd301111d2f61461",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Sat, 10 Mar 2018 02:17:46 GMT
* Last updated: Thu, 15 Mar 2018 23:17:56 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: WebIDL2

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