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

@types/omit-empty

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/omit-empty - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

omit-empty/index.d.ts

@@ -8,3 +8,3 @@ // Type definitions for omit-empty 1.0

interface OmitOptions {
omitZero?: boolean;
omitZero?: boolean | undefined;
}

@@ -11,0 +11,0 @@

{
"name": "@types/omit-empty",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for omit-empty",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-empty",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

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

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

"dependencies": {},
"typesPublisherContentHash": "a0c1150590c3c90bbb1ae789a3aee0f005f3e1c8a530b5e953b23617c31d6f3f",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "e6240905066131826fb41d60c798e77d68e349607f548cb808b846cf6a155c19",
"typeScriptVersion": "3.6"
}

@@ -5,9 +5,25 @@ # Installation

# Summary
This package contains type definitions for omit-empty ( https://github.com/jonschlinkert/omit-empty ).
This package contains type definitions for omit-empty (https://github.com/jonschlinkert/omit-empty).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-empty
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-empty.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-empty/index.d.ts)
````ts
// Type definitions for omit-empty 1.0
// Project: https://github.com/jonschlinkert/omit-empty
// Definitions by: Shubham Kanodia <https://github.com/pastelsky>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
Additional Details
* Last updated: Sat, 30 Mar 2019 03:16:18 GMT
interface OmitOptions {
omitZero?: boolean | undefined;
}
declare function omitEmpty(obj: object, options?: OmitOptions): object;
export default omitEmpty;
````
### Additional Details
* Last updated: Thu, 08 Jul 2021 18:51:47 GMT
* Dependencies: none

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

# Credits
These definitions were written by Shubham Kanodia <https://github.com/pastelsky>.
These definitions were written by [Shubham Kanodia](https://github.com/pastelsky).

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