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

@types/object-keys

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/object-keys - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

object-keys/index.d.ts

@@ -1,8 +0,1 @@

// Type definitions for object-keys 1.0
// Project: https://github.com/ljharb/object-keys#readme
// Definitions by: Vitor Luiz Cavalcanti <https://github.com/VitorLuizC>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
declare function objectKeys(object: object): string[];

@@ -9,0 +2,0 @@

15

object-keys/package.json
{
"name": "@types/object-keys",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for object-keys",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys",
"license": "MIT",

@@ -9,9 +10,9 @@ "contributors": [

"name": "Vitor Luiz Cavalcanti",
"url": "https://github.com/VitorLuizC",
"githubUsername": "VitorLuizC"
"githubUsername": "VitorLuizC",
"url": "https://github.com/VitorLuizC"
},
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb",
"githubUsername": "ljharb"
"githubUsername": "ljharb",
"url": "https://github.com/ljharb"
}

@@ -28,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "6fc91cc3e0aae0d4e3d7241b49c683b82cf4fd96bcd37548642d9e84b630e82c",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "209ba9981b892d102ff08588a5e415aa1eff9f307821924c1d96d5f61e03d00a",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,19 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-keys/index.d.ts)
````ts
declare function objectKeys(object: object): string[];
declare namespace objectKeys {
function shim(): typeof objectKeys;
}
export = objectKeys;
````
### Additional Details
* Last updated: Fri, 07 Feb 2020 18:24:06 GMT
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Vitor Luiz Cavalcanti (https://github.com/VitorLuizC), and Jordan Harband (https://github.com/ljharb).
These definitions were written by [Vitor Luiz Cavalcanti](https://github.com/VitorLuizC), and [Jordan Harband](https://github.com/ljharb).

Sorry, the diff of this file is not supported yet

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