Socket
Socket
Sign inDemoInstall

@types/webidl-conversions

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webidl-conversions - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

6

webidl-conversions/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for webidl-conversions 4.0
// Type definitions for webidl-conversions 5.0
// Project: https://github.com/jsdom/webidl-conversions#readme

@@ -55,5 +55,3 @@ // Definitions by: ExE Boss <https://github.com/ExE-Boss>

object(V: any, opts?: WebIDLConversions.Options): object;
Error(V: any, opts?: WebIDLConversions.Options): Error;
object<V>(V: V, opts?: WebIDLConversions.Options): V extends object ? V : V & object;
ArrayBuffer(V: any, opts?: WebIDLConversions.Options): ArrayBuffer;

@@ -60,0 +58,0 @@ DataView(V: any, opts?: WebIDLConversions.Options): DataView;

{
"name": "@types/webidl-conversions",
"version": "4.0.0",
"version": "5.0.0",
"description": "TypeScript definitions for webidl-conversions",

@@ -14,3 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +23,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "95347866cc1deeb81fb13e8bcae7764b43ef7e19c6aa6ac8d61b88117c28b910",
"typesPublisherContentHash": "6890a75a2715c928ad5eafd05fe28156d2ef7a88f71614056538be406d9adfca",
"typeScriptVersion": "3.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webidl-conversions
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webidl-conversions.
Additional Details
* Last updated: Wed, 25 Sep 2019 00:03:04 GMT
### Additional Details
* Last updated: Mon, 16 Dec 2019 11:34:49 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by ExE Boss <https://github.com/ExE-Boss>.
These definitions were written by ExE Boss (https://github.com/ExE-Boss).
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