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

@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 23.12.0 to 23.12.1

16

webidl2/index.d.ts

@@ -86,2 +86,4 @@ // Type definitions for webidl2 23.12

idlType: string;
/** A list of extended attributes. */
extAttrs: ExtendedAttribute[];
}

@@ -107,2 +109,4 @@

idlType: IDLTypeDescription[];
/** A list of extended attributes. */
extAttrs: ExtendedAttribute[];
}

@@ -309,9 +313,15 @@

export type ExtendedAttributeRightHandSide =
| ExtendedAttributeRightHandSideBase
| ExtendedAttributeRightHandSideList;
export type ExtendedAttributeRightHandSideBase =
| ExtendedAttributeRightHandSideIdentifier
| ExtendedAttributeRightHandSideString
| ExtendedAttributeRightHandSideDecimal
| ExtendedAttributeRightHandSideInteger;
export type ExtendedAttributeRightHandSideList =
| ExtendedAttributeRightHandSideIdentifierList
| ExtendedAttributeRightHandSideString
| ExtendedAttributeRightHandSideStringList
| ExtendedAttributeRightHandSideDecimal
| ExtendedAttributeRightHandSideDecimalList
| ExtendedAttributeRightHandSideInteger
| ExtendedAttributeRightHandSideIntegerList;

@@ -318,0 +328,0 @@

4

webidl2/package.json
{
"name": "@types/webidl2",
"version": "23.12.0",
"version": "23.12.1",
"description": "TypeScript definitions for webidl2",

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

"dependencies": {},
"typesPublisherContentHash": "762ae1b7f14414ba1ea91a4aae1f6e8eb97f9a95ec3f98f824942ee3774006cf",
"typesPublisherContentHash": "1f48d0ee36b02d742b8b34330b0ef52fecfa5cff296f6eb88bc3d92091f8e4d5",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Tue, 19 May 2020 21:28:20 GMT
* Last updated: Wed, 27 May 2020 19:40:41 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