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

@types/object.fromentries

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/object.fromentries - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

object.fromentries/index.d.ts

@@ -14,3 +14,3 @@ // Type definitions for object.fromentries 2.0

declare function fromEntries<T = any>(
entries: Iterable<readonly [PropertyKey, T]>
entries: Iterable<readonly [PropertyKey, T]>,
): {

@@ -17,0 +17,0 @@ [k in PropertyKey]: T;

{
"name": "@types/object.fromentries",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for object.fromentries",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object.fromentries",

"dependencies": {},
"typesPublisherContentHash": "4838fdb5c722ca6001fcba8212f52118904fce7608355b86a1faa12eb6b03b98",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "99c6a69c5d291b02cb3f6df0d4bf31f69370405dd63a709028ef60534178b932",
"typeScriptVersion": "4.3"
}

@@ -24,3 +24,3 @@ # Installation

declare function fromEntries<T = any>(
entries: Iterable<readonly [PropertyKey, T]>
entries: Iterable<readonly [PropertyKey, T]>,
): {

@@ -41,3 +41,3 @@ [k in PropertyKey]: T;

### Additional Details
* Last updated: Thu, 08 Jul 2021 22:41:08 GMT
* Last updated: Sun, 03 Sep 2023 22:33:46 GMT
* Dependencies: none

@@ -44,0 +44,0 @@ * Global values: none

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